mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-15 06:40:51 +01:00
23 lines
271 B
YAML
23 lines
271 B
YAML
|
description: ''
|
||
|
type: object
|
||
|
properties:
|
||
|
total:
|
||
|
type: number
|
||
|
page:
|
||
|
type: number
|
||
|
limit:
|
||
|
type: number
|
||
|
required:
|
||
|
- total
|
||
|
- page
|
||
|
- limit
|
||
|
x-examples:
|
||
|
example-1:
|
||
|
total: 6
|
||
|
page: 1
|
||
|
limit: 20
|
||
|
examples:
|
||
|
- total: 10
|
||
|
page: 1
|
||
|
limit: 10
|