{ "type": "object", "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/7digital/refs/heads/main/json-structure/streaming-platform-device-authorisation-request-structure.json", "name": "DeviceAuthorisationRequest", "description": "DeviceAuthorisationRequest schema from 7digital API", "properties": { "deviceId": { "type": "string", "example": "device-789012" }, "deviceName": { "type": "string", "example": "Jane's iPhone" }, "platform": { "type": "string", "enum": [ "ios", "android", "web", "windows", "macos" ], "example": "ios" } }, "required": [ "deviceId" ] }