{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-start-timecode-schema.json",
"title": "StartTimecode",
"description": "Settings to identify the start of the clip.",
"type": "object",
"properties": {
"Timecode": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "timecode"
},
"description": "The timecode for the frame where you want to start the clip. Optional; if not specified, the clip starts at first frame in the file. Enter the timecode as HH:MM:SS:FF or HH:MM:SS;FF."
}
]
}
}
}