{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconnect/refs/heads/main/json-structure/mediaconnect-api-interface-structure.json", "name": "Interface", "type": "object", "description": "The VPC interface that is used for the media stream associated with the source or output.", "properties": { "Name": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "name" }, "description": "The name of the VPC interface." } ] } }, "required": [ "Name" ] }