{ "$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-claim-device-request-schema.json", "title": "ClaimDeviceRequest", "description": "A request to claim an AWS Elemental device that you have purchased from a third-party vendor.", "type": "object", "properties": { "Id": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "id" }, "description": "The id of the device you want to claim." } ] } } }