mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-29 17:39:03 +03:00
17 lines
294 B
JSON
17 lines
294 B
JSON
{
|
|
"type": "object",
|
|
"allOf": [{
|
|
"$ref": "./DeviceLongUrls.json"
|
|
}],
|
|
"properties": {
|
|
"android": {
|
|
"type": ["null"]
|
|
},
|
|
"ios": {
|
|
"type": ["null"]
|
|
},
|
|
"desktop": {
|
|
"type": ["null"]
|
|
}
|
|
}
|
|
}
|