{ "$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-media-connect-flow-schema.json", "title": "MediaConnectFlow", "description": "The settings for a MediaConnect Flow.", "type": "object", "properties": { "FlowArn": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "flowArn" }, "description": "The unique ARN of the MediaConnect Flow being used as a source." } ] } } }