mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-25 14:19:39 +03:00
22 lines
662 B
JSON
22 lines
662 B
JSON
{
|
|
"type": "object",
|
|
"required": ["nonOrphanVisits", "orphanVisits", "visitsCount", "orphanVisitsCount"],
|
|
"properties": {
|
|
"nonOrphanVisits": {
|
|
"$ref": "./VisitsSummary.json"
|
|
},
|
|
"orphanVisits": {
|
|
"$ref": "./VisitsSummary.json"
|
|
},
|
|
"visitsCount": {
|
|
"deprecated": true,
|
|
"type": "number",
|
|
"description": "**[DEPRECATED]** Use nonOrphanVisits.total instead"
|
|
},
|
|
"orphanVisitsCount": {
|
|
"deprecated": true,
|
|
"type": "number",
|
|
"description": "**[DEPRECATED]** Use orphanVisits.total instead"
|
|
}
|
|
}
|
|
}
|