shlink/docs/swagger/definitions/VisitStats.json
2020-05-01 11:44:55 +02:00

10 lines
216 B
JSON

{
"type": "object",
"required": ["visitsCount"],
"properties": {
"visitsCount": {
"type": "number",
"description": "The total amount of visits received."
}
}
}