mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-29 09:29:00 +03:00
12 lines
267 B
JSON
12 lines
267 B
JSON
{
|
|
"type": "object",
|
|
"required": ["nonOrphanVisits", "orphanVisits"],
|
|
"properties": {
|
|
"nonOrphanVisits": {
|
|
"$ref": "./VisitsSummary.json"
|
|
},
|
|
"orphanVisits": {
|
|
"$ref": "./VisitsSummary.json"
|
|
}
|
|
}
|
|
}
|