DvbNitSettings is a JSON Structure definition published by Amazon MediaLive, describing 3 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-structure/medialive-api-dvb-nit-settings-structure.json",
"name": "DvbNitSettings",
"type": "object",
"description": "DVB Network Information Table (NIT)",
"properties": {
"NetworkId": {
"allOf": [
{
"$ref": "#/components/schemas/__integerMin0Max65536"
},
{
"xml": {
"name": "networkId"
},
"description": "The numeric value placed in the Network Information Table (NIT)."
}
]
},
"NetworkName": {
"allOf": [
{
"$ref": "#/components/schemas/__stringMin1Max256"
},
{
"xml": {
"name": "networkName"
},
"description": "The network name text placed in the networkNameDescriptor inside the Network Information Table. Maximum length is 256 characters."
}
]
},
"RepInterval": {
"allOf": [
{
"$ref": "#/components/schemas/__integerMin25Max10000"
},
{
"xml": {
"name": "repInterval"
},
"description": "The number of milliseconds between instances of this table in the output transport stream."
}
]
}
},
"required": [
"NetworkName",
"NetworkId"
]
}
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.