{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconnect/refs/heads/main/json-structure/mediaconnect-api-messages-structure.json", "name": "Messages", "type": "object", "description": "Messages that provide the state of the flow.", "properties": { "Errors": { "allOf": [ { "$ref": "#/components/schemas/__listOf__string" }, { "xml": { "name": "errors" }, "description": "A list of errors that might have been generated from processes on this flow." } ] } }, "required": [ "Errors" ] }