mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-25 02:10:18 -06:00
19 lines
383 B
JSON
19 lines
383 B
JSON
{
|
|
"type": "object",
|
|
"required": ["type"],
|
|
"allOf": [{
|
|
"$ref": "./Visit.json"
|
|
}],
|
|
"properties": {
|
|
"type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"invalid_short_url",
|
|
"base_url",
|
|
"regular_404"
|
|
],
|
|
"description": "Tells the type of orphan visit"
|
|
}
|
|
}
|
|
}
|