mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-28 09:03:07 +03:00
13 lines
335 B
JSON
13 lines
335 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"currentPage": {
|
|
"type": "integer",
|
|
"description": "The number of current page being displayed."
|
|
},
|
|
"pagesCount": {
|
|
"type": "integer",
|
|
"description": "The total number of pages that can be displayed."
|
|
}
|
|
}
|
|
}
|