Amazon MediaConnect · JSON Structure

Mediaconnect Api Create Gateway Response Structure

CreateGatewayResponse schema from AWS Elemental MediaConnect API

Type: object Properties: 1
BroadcastingLive VideoMediaMedia Transport

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

Properties

Gateway

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-create-gateway-response-structure.json",
  "name": "CreateGatewayResponse",
  "type": "object",
  "description": "CreateGatewayResponse schema from AWS Elemental MediaConnect API",
  "properties": {
    "Gateway": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Gateway"
        },
        {
          "xml": {
            "name": "gateway"
          }
        }
      ]
    }
  }
}