{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediatailor/refs/heads/main/json-structure/mediatailor-api-splice-insert-message-structure.json",
"name": "SpliceInsertMessage",
"type": "object",
"description": "Splice insert message configuration.",
"properties": {
"AvailNum": {
"allOf": [
{
"$ref": "#/components/schemas/__integer"
},
{
"description": "This is written to splice_insert.avail_num, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 0. Values must be between 0 and 256, inclusive."
}
]
},
"AvailsExpected": {
"allOf": [
{
"$ref": "#/components/schemas/__integer"
},
{
"description": "This is written to splice_insert.avails_expected, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 0. Values must be between 0 and 256, inclusive."
}
]
},
"SpliceEventId": {
"allOf": [
{
"$ref": "#/components/schemas/__integer"
},
{
"description": "This is written to splice_insert.splice_event_id, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 1."
}
]
},
"UniqueProgramId": {
"allOf": [
{
"$ref": "#/components/schemas/__integer"
},
{
"description": "This is written to splice_insert.unique_program_id, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 0. Values must be between 0 and 256, inclusive."
}
]
}
}
}