mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
27 lines
361 B
JSON
27 lines
361 B
JSON
|
{
|
||
|
"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
|
||
|
}
|
||
|
}
|
||
|
}
|