Amazon MediaTailor · Schema
Transition
Program transition configuration.
BroadcastingMedia ProcessingMedia
Properties
| Name | Type | Description |
|---|---|---|
| DurationMillis | object | |
| RelativePosition | object | |
| RelativeProgram | object | |
| ScheduledStartTimeMillis | object | |
| Type | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediatailor/refs/heads/main/json-schema/mediatailor-api-transition-schema.json",
"title": "Transition",
"description": "Program transition configuration.",
"type": "object",
"properties": {
"DurationMillis": {
"allOf": [
{
"$ref": "#/components/schemas/__long"
},
{
"description": "The duration of the live program in seconds."
}
]
},
"RelativePosition": {
"allOf": [
{
"$ref": "#/components/schemas/RelativePosition"
},
{
"description": "The position where this program will be inserted relative to the <code>RelativePosition</code>."
}
]
},
"RelativeProgram": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "The name of the program that this program will be inserted next to, as defined by <code>RelativePosition</code>."
}
]
},
"ScheduledStartTimeMillis": {
"allOf": [
{
"$ref": "#/components/schemas/__long"
},
{
"description": "The date and time that the program is scheduled to start, in epoch milliseconds."
}
]
},
"Type": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "<p>Defines when the program plays in the schedule. You can set the value to <code>ABSOLUTE</code> or <code>RELATIVE</code>.</p> <p> <code>ABSOLUTE</code> - The program plays at a specific wall clock time. This setting can only be used for channels using the <code>LINEAR</code> <code>PlaybackMode</code>.</p> <p>Note the following considerations when using <code>ABSOLUTE</code> transitions:</p> <p>If the preceding program in the schedule has a duration that extends past the wall clock time, MediaTailor truncates the preceding program on a common segment boundary.</p> <p>If there are gaps in playback, MediaTailor plays the <code>FillerSlate</code> you configured for your linear channel.</p> <p> <code>RELATIVE</code> - The program is inserted into the schedule either before or after a program that you specify via <code>RelativePosition</code>.</p>"
}
]
}
},
"required": [
"RelativePosition",
"Type"
]
}
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/mediatailor-api-transition"
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.