mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-25 02:10:18 -06:00
18 lines
588 B
JSON
18 lines
588 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"baseUrlRedirect": {
|
|
"type": ["string", "null"],
|
|
"description": "URL to redirect to when a user hits the domain's base URL"
|
|
},
|
|
"regular404Redirect": {
|
|
"type": ["string", "null"],
|
|
"description": "URL to redirect to when a user hits a not found URL other than an invalid short URL"
|
|
},
|
|
"invalidShortUrlRedirect": {
|
|
"type": ["string", "null"],
|
|
"description": "URL to redirect to when a user hits an invalid short URL"
|
|
}
|
|
}
|
|
}
|