mirror of
https://github.com/shlinkio/shlink.git
synced 2025-01-15 19:22:14 -06:00
11 lines
216 B
JSON
11 lines
216 B
JSON
{
|
|
"type": "object",
|
|
"required": ["visitsCount"],
|
|
"properties": {
|
|
"visitsCount": {
|
|
"type": "number",
|
|
"description": "The total amount of visits received."
|
|
}
|
|
}
|
|
}
|