mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 12:13:13 +08:00
18 lines
294 B
JSON
18 lines
294 B
JSON
{
|
|
"type": "object",
|
|
"allOf": [{
|
|
"$ref": "./DeviceLongUrls.json"
|
|
}],
|
|
"properties": {
|
|
"android": {
|
|
"nullable": true
|
|
},
|
|
"ios": {
|
|
"nullable": true
|
|
},
|
|
"desktop": {
|
|
"nullable": true
|
|
}
|
|
}
|
|
}
|