{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconnect/refs/heads/main/json-schema/mediaconnect-api-messages-schema.json",
"title": "Messages",
"description": "Messages that provide the state of the flow.",
"type": "object",
"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"
]
}