{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconnect/refs/heads/main/json-structure/mediaconnect-api-update-flow-response-structure.json", "name": "UpdateFlowResponse", "type": "object", "description": "UpdateFlowResponse schema from AWS Elemental MediaConnect API", "properties": { "Flow": { "allOf": [ { "$ref": "#/components/schemas/Flow" }, { "xml": { "name": "flow" } } ] } } }