Placeholder documentation for BatchStopResponse
{ "$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-batch-stop-response-schema.json", "title": "BatchStopResponse", "description": "Placeholder documentation for BatchStopResponse", "type": "object", "properties": { "Failed": { "allOf": [ { "$ref": "#/components/schemas/__listOfBatchFailedResultModel" }, { "xml": { "name": "failed" }, "description": "List of failed operations" } ] }, "Successful": { "allOf": [ { "$ref": "#/components/schemas/__listOfBatchSuccessfulResultModel" }, { "xml": { "name": "successful" }, "description": "List of successful operations" } ] } } }