{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconnect/refs/heads/main/json-schema/mediaconnect-api-remove-flow-output-response-schema.json", "title": "RemoveFlowOutputResponse", "description": "RemoveFlowOutputResponse schema from AWS Elemental MediaConnect API", "type": "object", "properties": { "FlowArn": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "flowArn" }, "description": "The ARN of the flow that is associated with the output you removed." } ] }, "OutputArn": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "outputArn" }, "description": "The ARN of the output that was removed." } ] } } }