Properties
| Name | Type | Description |
|---|---|---|
| AudioNormalizationSettings | object | |
| AudioSelectorName | object | |
| AudioType | object | |
| AudioTypeControl | object | |
| AudioWatermarkingSettings | object | |
| CodecSettings | object | |
| LanguageCode | object | |
| LanguageCodeControl | object | |
| Name | object | |
| RemixSettings | object | |
| StreamName | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-audio-description-schema.json",
"title": "AudioDescription",
"description": "Audio Description",
"type": "object",
"properties": {
"AudioNormalizationSettings": {
"allOf": [
{
"$ref": "#/components/schemas/AudioNormalizationSettings"
},
{
"xml": {
"name": "audioNormalizationSettings"
},
"description": "Advanced audio normalization settings."
}
]
},
"AudioSelectorName": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "audioSelectorName"
},
"description": "The name of the AudioSelector used as the source for this AudioDescription."
}
]
},
"AudioType": {
"allOf": [
{
"$ref": "#/components/schemas/AudioType"
},
{
"xml": {
"name": "audioType"
},
"description": "Applies only if audioTypeControl is useConfigured. The values for audioType are defined in ISO-IEC 13818-1."
}
]
},
"AudioTypeControl": {
"allOf": [
{
"$ref": "#/components/schemas/AudioDescriptionAudioTypeControl"
},
{
"xml": {
"name": "audioTypeControl"
},
"description": "Determines how audio type is determined.\n followInput: If the input contains an ISO 639 audioType, then that value is passed through to the output. If the input contains no ISO 639 audioType, the value in Audio Type is included in the output.\n useConfigured: The value in Audio Type is included in the output.\nNote that this field and audioType are both ignored if inputType is broadcasterMixedAd."
}
]
},
"AudioWatermarkingSettings": {
"allOf": [
{
"$ref": "#/components/schemas/AudioWatermarkSettings"
},
{
"xml": {
"name": "audioWatermarkingSettings"
},
"description": "Settings to configure one or more solutions that insert audio watermarks in the audio encode"
}
]
},
"CodecSettings": {
"allOf": [
{
"$ref": "#/components/schemas/AudioCodecSettings"
},
{
"xml": {
"name": "codecSettings"
},
"description": "Audio codec settings."
}
]
},
"LanguageCode": {
"allOf": [
{
"$ref": "#/components/schemas/__stringMin1Max35"
},
{
"xml": {
"name": "languageCode"
},
"description": "RFC 5646 language code representing the language of the audio output track. Only used if languageControlMode is useConfigured, or there is no ISO 639 language code specified in the input."
}
]
},
"LanguageCodeControl": {
"allOf": [
{
"$ref": "#/components/schemas/AudioDescriptionLanguageCodeControl"
},
{
"xml": {
"name": "languageCodeControl"
},
"description": "Choosing followInput will cause the ISO 639 language code of the output to follow the ISO 639 language code of the input. The languageCode will be used when useConfigured is set, or when followInput is selected but there is no ISO 639 language code specified by the input."
}
]
},
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/__stringMax255"
},
{
"xml": {
"name": "name"
},
"description": "The name of this AudioDescription. Outputs will use this name to uniquely identify this AudioDescription. Description names should be unique within this Live Event."
}
]
},
"RemixSettings": {
"allOf": [
{
"$ref": "#/components/schemas/RemixSettings"
},
{
"xml": {
"name": "remixSettings"
},
"description": "Settings that control how input audio channels are remixed into the output audio channels."
}
]
},
"StreamName": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "streamName"
},
"description": "Used for MS Smooth and Apple HLS outputs. Indicates the name displayed by the player (eg. English, or Director Commentary)."
}
]
}
},
"required": [
"AudioSelectorName",
"Name"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/medialive-api-audio-description"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.