{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-input-device-request-schema.json", "title": "InputDeviceRequest", "description": "Settings for an input device.", "type": "object", "properties": { "Id": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "id" }, "description": "The unique ID for the device." } ] } } }