Amazon MediaTailor · JSON Structure

Mediatailor Api Ad Break Structure

Ad break configuration parameters.

Type: object Properties: 5
BroadcastingMedia ProcessingMedia

AdBreak is a JSON Structure definition published by Amazon MediaTailor, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

MessageType OffsetMillis Slate SpliceInsertMessage TimeSignalMessage

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-mediatailor/refs/heads/main/json-structure/mediatailor-api-ad-break-structure.json",
  "name": "AdBreak",
  "type": "object",
  "description": "Ad break configuration parameters.",
  "properties": {
    "MessageType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MessageType"
        },
        {
          "description": "The SCTE-35 ad insertion type. Accepted value: <code>SPLICE_INSERT</code>, <code>TIME_SIGNAL</code>."
        }
      ]
    },
    "OffsetMillis": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__long"
        },
        {
          "description": "How long (in milliseconds) after the beginning of the program that an ad starts. This value must fall within 100ms of a segment boundary, otherwise the ad break will be skipped."
        }
      ]
    },
    "Slate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SlateSource"
        },
        {
          "description": "Ad break slate configuration."
        }
      ]
    },
    "SpliceInsertMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SpliceInsertMessage"
        },
        {
          "description": "This defines the SCTE-35 <code>splice_insert()</code> message inserted around the ad. For information about using <code>splice_insert()</code>, see the SCTE-35 specficiaiton, section 9.7.3.1."
        }
      ]
    },
    "TimeSignalMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TimeSignalMessage"
        },
        {
          "description": "<p>Defines the SCTE-35 <code>time_signal</code> message inserted around the ad.</p> <p>Programs on a channel's schedule can be configured with one or more ad breaks. You can attach a <code>splice_insert</code> SCTE-35 message to the ad break. This message provides basic metadata about the ad break.</p> <p>See section 9.7.4 of the 2022 SCTE-35 specification for more information.</p>"
        }
      ]
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/mediatailor-api-ad-break-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.