{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"shot.schema.json","title":"Shot Plan or Captured Shot","type":"object","additionalProperties":false,"required":["shot_id","beat_id","function","entry_state","exit_state","camera","lighting","review_state"],"properties":{"shot_id":{"$ref":"common.schema.json#/$defs/id"},"beat_id":{"type":"string"},"source_or_generation_id":{"type":["string","null"]},"function":{"type":"string"},"entry_state":{"type":"object"},"exit_state":{"type":"object"},"camera":{"type":"object","required":["shot_size","azimuth","vertical_angle","height","movement","stabilization"],"properties":{"role":{"type":"string"},"shot_size":{"type":"string"},"relation":{"type":"string"},"azimuth":{"type":"string"},"vertical_angle":{"type":"string"},"height":{"type":"string"},"roll_degrees":{"type":"number"},"focal_length_mm":{"type":"number","exclusiveMinimum":0},"lens_family":{"type":"string"},"aperture_f_number":{"type":"number","exclusiveMinimum":0},"focus_mode":{"type":"string"},"focus_owner":{"type":"string"},"movement":{"type":"string"},"movement_path":{"type":"string"},"movement_speed":{"type":"number","minimum":0},"stabilization":{"type":"string"},"composition":{"type":"string"},"screen_direction":{"type":"string"},"frame_rate":{"type":"number","exclusiveMinimum":0},"shutter_angle_degrees":{"type":"number","exclusiveMinimum":0,"maximum":360}}},"lighting":{"type":"object","required":["motivation","key_direction","key_quality"],"properties":{"motivation":{"type":"string"},"key_direction":{"type":"string"},"key_elevation":{"type":"string"},"key_quality":{"type":"string"},"key_fill_difference_stops":{"type":"number"},"subject_background_difference_stops":{"type":"number"},"color_temperature_kelvin":{"type":"number"},"practical_state":{"type":"string"},"atmosphere":{"type":"string"},"continuity_locks":{"type":"array","items":{"type":"string"}}}},"target_aspects":{"type":"array","items":{"type":"string"}},"continuity_links":{"type":"array","items":{"type":"string"}},"negative_constraints":{"type":"array","items":{"type":"string"}},"duration_seconds":{"type":"number","exclusiveMinimum":0},"review_state":{"$ref":"common.schema.json#/$defs/reviewState"},"provenance_id":{"type":["string","null"]}}}