__listOfDestinationConfiguration

__listOfDestinationConfiguration schema from AWS Elemental MediaConnect API

BroadcastingLive VideoMediaMedia Transport
View JSON Schema on GitHub

JSON Schema

mediaconnect-api-__list-of-destination-configuration-schema.json Raw ↑
{
  "$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-__list-of-destination-configuration-schema.json",
  "title": "__listOfDestinationConfiguration",
  "description": "__listOfDestinationConfiguration schema from AWS Elemental MediaConnect API",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/DestinationConfiguration"
  }
}