mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
14 lines
257 B
YAML
14 lines
257 B
YAML
type: object
|
|
properties:
|
|
limit:
|
|
type: integer
|
|
offset:
|
|
type: integer
|
|
total:
|
|
type: integer
|
|
next:
|
|
type: string
|
|
example: /endpoint?limit=10&offset=60
|
|
previous:
|
|
type: string
|
|
example: /endpoint?limit=10&offset=40 |