mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-23 13:23:33 +03:00
14 lines
496 B
JSON
14 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)."
|
|
}
|
|
}
|
|
}
|