{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"timeline.schema.json","title":"Semantic and Editorial Timeline","type":"object","additionalProperties":false,"required":["timeline_id","project_id","kind","rate","tracks","version"],"properties":{"timeline_id":{"$ref":"common.schema.json#/$defs/id"},"project_id":{"type":"string"},"kind":{"enum":["semantic","editorial","render"]},"rate":{"type":"integer","exclusiveMinimum":0},"tracks":{"type":"array","items":{"type":"object","required":["track_id","kind","items"],"properties":{"track_id":{"type":"string"},"kind":{"enum":["video","audio","graphic","caption","semantic","marker"]},"items":{"type":"array","items":{"type":"object","required":["item_id","timeline_range"],"properties":{"item_id":{"type":"string"},"object_type":{"type":"string"},"object_id":{"type":"string"},"timeline_range":{"$ref":"common.schema.json#/$defs/timeRange"},"source_range":{"anyOf":[{"$ref":"common.schema.json#/$defs/timeRange"},{"type":"null"}]},"transition_in":{"type":["object","null"]},"transition_out":{"type":["object","null"]},"metadata":{"type":"object"}}}}}}},"markers":{"type":"array","items":{"type":"object"}},"parent_timeline_id":{"type":["string","null"]},"version":{"type":"string"},"review_state":{"$ref":"common.schema.json#/$defs/reviewState"}}}