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