{ "$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-update-flow-output-response-schema.json", "title": "UpdateFlowOutputResponse", "description": "UpdateFlowOutputResponse schema from AWS Elemental MediaConnect API", "type": "object", "properties": { "FlowArn": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "flowArn" }, "description": "The ARN of the flow that is associated with the updated output." } ] }, "Output": { "allOf": [ { "$ref": "#/components/schemas/Output" }, { "xml": { "name": "output" }, "description": "The new settings of the output that you updated." } ] } } }