Amazon MediaConnect · JSON Structure

Mediaconnect Api Bridge Output Structure

The output of the bridge.

Type: object Properties: 2
BroadcastingLive VideoMediaMedia Transport

BridgeOutput 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

FlowOutput NetworkOutput

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-bridge-output-structure.json",
  "name": "BridgeOutput",
  "type": "object",
  "description": "The output of the bridge.",
  "properties": {
    "FlowOutput": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BridgeFlowOutput"
        },
        {
          "xml": {
            "name": "flowOutput"
          }
        }
      ]
    },
    "NetworkOutput": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BridgeNetworkOutput"
        },
        {
          "xml": {
            "name": "networkOutput"
          }
        }
      ]
    }
  }
}