mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-20 06:03:37 -06:00
14 lines
335 B
JSON
14 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."
|
|
}
|
|
}
|
|
}
|