Amazon MediaLive · JSON Structure

Medialive Api Dvb Nit Settings Structure

DVB Network Information Table (NIT)

Type: object Properties: 3 Required: 2
BroadcastingMedia ProcessingMedia

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.

Properties

NetworkId NetworkName RepInterval

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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