2021-07-25 11:46:48 -05:00
|
|
|
{
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"baseUrlRedirect": {
|
2023-07-01 10:04:24 -05:00
|
|
|
"type": ["string", "null"],
|
2021-07-25 11:46:48 -05:00
|
|
|
"description": "URL to redirect to when a user hits the domain's base URL"
|
|
|
|
},
|
|
|
|
"regular404Redirect": {
|
2023-07-01 10:04:24 -05:00
|
|
|
"type": ["string", "null"],
|
2021-07-25 11:46:48 -05:00
|
|
|
"description": "URL to redirect to when a user hits a not found URL other than an invalid short URL"
|
|
|
|
},
|
|
|
|
"invalidShortUrlRedirect": {
|
2023-07-01 10:04:24 -05:00
|
|
|
"type": ["string", "null"],
|
2021-07-25 11:46:48 -05:00
|
|
|
"description": "URL to redirect to when a user hits an invalid short URL"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|