mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-28 19:44:10 -06:00
15 lines
496 B
JSON
15 lines
496 B
JSON
{
|
|
"type": "object",
|
|
"required": ["visitsCount", "orphanVisitsCount"],
|
|
"properties": {
|
|
"visitsCount": {
|
|
"type": "number",
|
|
"description": "The total amount of visits received on any short URL."
|
|
},
|
|
"orphanVisitsCount": {
|
|
"type": "number",
|
|
"description": "The total amount of visits that could not be matched to a short URL (visits to the base URL, an invalid short URL or any other kind of 404)."
|
|
}
|
|
}
|
|
}
|