Amazon MediaLive · JSON Structure

Medialive Api Dvb Tdt Settings Structure

DVB Time and Date Table (SDT)

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

DvbTdtSettings is a JSON Structure definition published by Amazon MediaLive, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

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-tdt-settings-structure.json",
  "name": "DvbTdtSettings",
  "type": "object",
  "description": "DVB Time and Date Table (SDT)",
  "properties": {
    "RepInterval": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin1000Max30000"
        },
        {
          "xml": {
            "name": "repInterval"
          },
          "description": "The number of milliseconds between instances of this table in the output transport stream."
        }
      ]
    }
  }
}