Project-scoped conformance
Timecode Lexical Profile
Validates bounded HH:MM:SS:FF strings.
This profile does not claim official standards certification.
Conforming example
{
"input": {
"synthetic": true,
"timecode": "01:02:03:12",
"frame_rate": 25
},
"result": {
"valid": true,
"errors": []
}
}Nonconforming example
{
"input": {
"synthetic": true,
"timecode": "01:72:03:29",
"frame_rate": 25
},
"result": {
"valid": false,
"errors": [
"invalid_timecode_syntax"
]
}
}