mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-25 02:10:18 -06:00
13 lines
267 B
JSON
13 lines
267 B
JSON
{
|
|
"type": "object",
|
|
"required": ["nonOrphanVisits", "orphanVisits"],
|
|
"properties": {
|
|
"nonOrphanVisits": {
|
|
"$ref": "./VisitsSummary.json"
|
|
},
|
|
"orphanVisits": {
|
|
"$ref": "./VisitsSummary.json"
|
|
}
|
|
}
|
|
}
|