{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconnect/refs/heads/main/json-structure/mediaconnect-api-add-flow-sources-response-structure.json", "name": "AddFlowSourcesResponse", "type": "object", "description": "AddFlowSourcesResponse schema from AWS Elemental MediaConnect API", "properties": { "FlowArn": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "flowArn" }, "description": "The ARN of the flow that these sources were added to." } ] }, "Sources": { "allOf": [ { "$ref": "#/components/schemas/__listOfSource" }, { "xml": { "name": "sources" }, "description": "The details of the newly added sources." } ] } } }