{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/roku/refs/heads/main/json-structure/nabu-cloud-ice-server-structure.json", "name": "IceServer", "description": "IceServer schema from Roku Nabu Cloud", "type": "object", "properties": { "urls": { "items": { "type": "string" }, "type": "array", "title": "Urls" }, "username": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "title": "Username" }, "credential": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "title": "Credential" } }, "required": [ "urls" ] }