mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 04:03:12 +08:00
21 lines
663 B
JSON
21 lines
663 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",
|
|
"nullable": true
|
|
},
|
|
"ios": {
|
|
"description": "The long URL to redirect to when the short URL is visited from a device running iOS",
|
|
"type": "string",
|
|
"nullable": true
|
|
},
|
|
"desktop": {
|
|
"description": "The long URL to redirect to when the short URL is visited from a desktop browser",
|
|
"type": "string",
|
|
"nullable": true
|
|
}
|
|
}
|
|
}
|