shlink/docs/swagger/definitions/VisitStats.json

13 lines
267 B
JSON
Raw Normal View History

2020-05-01 11:44:55 +02:00
{
"type": "object",
2024-02-12 20:29:40 +01:00
"required": ["nonOrphanVisits", "orphanVisits"],
2020-05-01 11:44:55 +02:00
"properties": {
"nonOrphanVisits": {
"$ref": "./VisitsSummary.json"
},
"orphanVisits": {
"$ref": "./VisitsSummary.json"
2020-05-01 11:44:55 +02:00
}
}
}