{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"project.schema.json","title":"LAKA Media Project","type":"object","additionalProperties":false,"required":["project_id","title","mode","outcome","state","language","target_profiles","hard_constraints","created_at"],"properties":{"project_id":{"$ref":"common.schema.json#/$defs/id"},"title":{"type":"string","minLength":1},"mode":{"enum":["audio_only","video_podcast","interview","documentary","essay","tutorial","advertisement","narrative","hybrid","interactive"]},"audience":{"type":"string"},"outcome":{"type":"string","minLength":1},"central_question":{"type":"string"},"state":{"enum":["created","ingesting","analyzing","transcribed","contextualized","clipped","story_planned","rough_cut","review","picture_lock","finishing","delivery_qa","approved","published","archived"]},"language":{"type":"string","minLength":2},"target_duration_seconds":{"type":"number","exclusiveMinimum":0},"target_profiles":{"type":"array","minItems":1,"items":{"enum":["16x9","9x16","1x1","4x5","3x2","4x3","1.85x1","2.39x1","audio_only"]}},"tone":{"$ref":"common.schema.json#/$defs/stringList"},"hard_constraints":{"type":"array","items":{"type":"string"},"minItems":1},"soft_preferences":{"type":"array","items":{"type":"string"}},"laka":{"type":"object","additionalProperties":false,"properties":{"default_change_level":{"$ref":"common.schema.json#/$defs/changeLevel"},"candidate_count":{"type":"integer","minimum":1},"diversity_weight":{"$ref":"common.schema.json#/$defs/ratio01"}}},"source_asset_ids":{"type":"array","items":{"$ref":"common.schema.json#/$defs/id"}},"current_master_version_id":{"type":"string"},"created_at":{"$ref":"common.schema.json#/$defs/timestamp"},"updated_at":{"$ref":"common.schema.json#/$defs/timestamp"},"owners":{"type":"array","items":{"type":"string"}},"metadata":{"type":"object"}}}