mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-18 00:52:07 +03:00
10 lines
216 B
JSON
10 lines
216 B
JSON
{
|
|
"type": "object",
|
|
"required": ["visitsCount"],
|
|
"properties": {
|
|
"visitsCount": {
|
|
"type": "number",
|
|
"description": "The total amount of visits received."
|
|
}
|
|
}
|
|
}
|