{ "$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" } } ] } } }