{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconnect/refs/heads/main/json-structure/mediaconnect-api-media-stream-attributes-structure.json", "name": "MediaStreamAttributes", "type": "object", "description": "Attributes that are related to the media stream.", "properties": { "Fmtp": { "allOf": [ { "$ref": "#/components/schemas/Fmtp" }, { "xml": { "name": "fmtp" }, "description": "A set of parameters that define the media stream." } ] }, "Lang": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "lang" }, "description": "The audio language, in a format that is recognized by the receiver." } ] } }, "required": [ "Fmtp" ] }