Files
shlink/docs/swagger/definitions/DeviceLongUrlsResp.json

8 lines
136 B
JSON

{
"type": "object",
"required": ["android", "ios", "desktop"],
"allOf": [{
"$ref": "./DeviceLongUrls.json"
}]
}