{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-structure/medialive-api-batch-successful-result-model-structure.json", "name": "BatchSuccessfulResultModel", "type": "object", "description": "Details from a successful operation", "properties": { "Arn": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "arn" }, "description": "ARN of the resource" } ] }, "Id": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "id" }, "description": "ID of the resource" } ] }, "State": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "state" }, "description": "Current state of the resource" } ] } } }