You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
900 B
YAML
44 lines
900 B
YAML
Pagination:
|
|
type: object
|
|
properties:
|
|
pagination:
|
|
type: object
|
|
properties:
|
|
prev:
|
|
type: object
|
|
properties:
|
|
page:
|
|
type: number
|
|
active:
|
|
type: boolean
|
|
next:
|
|
type: object
|
|
properties:
|
|
page:
|
|
type: number
|
|
active:
|
|
type: boolean
|
|
first:
|
|
type: object
|
|
properties:
|
|
page:
|
|
type: number
|
|
active:
|
|
type: boolean
|
|
last:
|
|
type: object
|
|
properties:
|
|
page:
|
|
type: number
|
|
active:
|
|
type: boolean
|
|
rel:
|
|
type: array
|
|
items: {}
|
|
pages:
|
|
type: array
|
|
items: {}
|
|
currentPage:
|
|
type: number
|
|
pageCount:
|
|
type: number |