{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconnect/refs/heads/main/json-structure/mediaconnect-api-start-flow-response-structure.json", "name": "StartFlowResponse", "type": "object", "description": "StartFlowResponse schema from AWS Elemental MediaConnect API", "properties": { "FlowArn": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "flowArn" }, "description": "The ARN of the flow that you started." } ] }, "Status": { "allOf": [ { "$ref": "#/components/schemas/Status" }, { "xml": { "name": "status" }, "description": "The status of the flow when the StartFlow process begins." } ] } } }