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