Amazon MediaConnect · JSON Structure

Mediaconnect Api Describe Flow Response Structure

DescribeFlowResponse schema from AWS Elemental MediaConnect API

Type: object Properties: 2
BroadcastingLive VideoMediaMedia Transport

DescribeFlowResponse is a JSON Structure definition published by Amazon MediaConnect, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Flow Messages

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconnect/refs/heads/main/json-structure/mediaconnect-api-describe-flow-response-structure.json",
  "name": "DescribeFlowResponse",
  "type": "object",
  "description": "DescribeFlowResponse schema from AWS Elemental MediaConnect API",
  "properties": {
    "Flow": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Flow"
        },
        {
          "xml": {
            "name": "flow"
          }
        }
      ]
    },
    "Messages": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Messages"
        },
        {
          "xml": {
            "name": "messages"
          }
        }
      ]
    }
  }
}