mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-24 16:10:38 -06:00
18 lines
579 B
JSON
18 lines
579 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"android": {
|
|
"description": "The long URL to redirect to when the short URL is visited from a device running Android",
|
|
"type": ["string"]
|
|
},
|
|
"ios": {
|
|
"description": "The long URL to redirect to when the short URL is visited from a device running iOS",
|
|
"type": ["string"]
|
|
},
|
|
"desktop": {
|
|
"description": "The long URL to redirect to when the short URL is visited from a desktop browser",
|
|
"type": ["string"]
|
|
}
|
|
}
|
|
}
|