mirror of
https://github.com/shlinkio/shlink.git
synced 2025-04-05 16:26:12 +03:00
17 lines
294 B
JSON
17 lines
294 B
JSON
{
|
|
"type": "object",
|
|
"allOf": [{
|
|
"$ref": "./DeviceLongUrls.json"
|
|
}],
|
|
"properties": {
|
|
"android": {
|
|
"nullable": true
|
|
},
|
|
"ios": {
|
|
"nullable": true
|
|
},
|
|
"desktop": {
|
|
"nullable": true
|
|
}
|
|
}
|
|
}
|