changedInput schema / properties / patch / properties / camera_setup / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "short_shots": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "action": {
- "type": "string"
- },
- "background_people_description": {
- "type": [
- "string",
- "null"
- ]
- },
- "background_view": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "background_description": {
- "type": "string"
- },
- "camera_facing": {
- "type": "string"
- },
- "continuity_note": {
- "type": "string"
- },
- "depth_layout": {
- "type": [
- "string",
- "null"
- ]
- },
- "generated_asset_id": {
- "type": [
- "string",
- "null"
- ]
- },
- "image_url": {
- "type": [
- "string",
- "null"
- ]
- },
- "lighting_description": {
- "type": [
- "string",
- "null"
- ]
- },
- "location_name": {
- "type": "string"
- },
- "view_name": {
- "type": "string"
- },
- "visible_anchors": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "required": [
- "location_name",
- "view_name",
- "background_description",
- "camera_facing",
- "continuity_note"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "beat_type": {
- "enum": [
- "establishing",
- "entrance",
- "exit",
- "movement",
- "prop_interaction",
- "insert",
- "reveal",
- "blocking",
- "reaction",
- "decision",
- "dialogue",
- "transition",
- "cliffhanger"
- ],
- "type": "string"
- },
- "camera_setup_detail": {
- "additionalProperties": false,
- "properties": {
- "camera_angle": {
- "type": "string"
- },
- "camera_movement": {
- "type": "string"
- },
- "camera_position": {
- "type": "string"
- },
- "subject_orientation": {
- "type": "string"
- },
- "subject_orientations": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "orientation_to_camera": {
- "type": "string"
- },
- "subject": {
- "type": "string"
- }
- },
- "required": [
- "subject",
- "orientation_to_camera"
- ],
- "type": "object"
- },
- "type": "array"
- }
- },
- "required": [
- "camera_position",
- "subject_orientation",
- "camera_angle",
- "camera_movement"
- ],
- "type": "object"
- },
- "dialogue_covered": {
- "items": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "$ref": "#/properties/patch/properties/dialogue/items"
- }
- ]
- },
- "type": "array"
- },
- "duration_seconds": {
- "type": "number"
- },
- "end_state": {
- "type": [
- "string",
- "null"
- ]
- },
- "location": {
- "type": "string"
- },
- "post_dialogue_visual_progression": {
- "type": [
- "string",
- "null"
- ]
- },
- "shot_number": {
- "type": "number"
- },
- "shot_size": {
- "type": "string"
- },
- "spatial_geometry": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "background_visible_direction": {
- "type": "string"
- },
- "camera_facing_direction": {
- "type": "string"
- },
- "camera_subject_relationship": {
- "type": "string"
- },
- "camera_zone": {
- "type": "string"
- },
- "consistency_note": {
- "type": "string"
- },
- "location_axis": {
- "type": "string"
- },
- "subject_end_zone": {
- "type": "string"
- },
- "subject_start_zone": {
- "type": "string"
- },
- "subject_travel_direction": {
- "type": "string"
- }
- },
- "required": [
- "location_axis",
- "subject_start_zone",
- "subject_end_zone",
- "subject_travel_direction",
- "camera_zone",
- "camera_facing_direction",
- "camera_subject_relationship",
- "background_visible_direction",
- "consistency_note"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "start_state": {
- "type": [
- "string",
- "null"
- ]
- },
- "subject_movement": {
- "type": "string"
- },
- "visual_purpose": {
- "type": "string"
- }
- },
- "required": [
- "shot_number",
- "duration_seconds",
- "shot_size",
- "action",
- "subject_movement",
- "dialogue_covered",
- "visual_purpose"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "shot_size": {
- "type": "string"
- },
- "subject_movement": {
- "type": "string"
- },
- "visual_purpose": {
- "type": "string"
- }
- },
- "required": [
- "shot_size",
- "subject_movement",
- "visual_purpose",
- "short_shots"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "short_shots": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "action": {
+ "type": "string"
+ },
+ "background_people_description": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "background_view": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "background_description": {
+ "type": "string"
+ },
+ "camera_facing": {
+ "type": "string"
+ },
+ "continuity_note": {
+ "type": "string"
+ },
+ "depth_layout": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "generated_asset_id": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "image_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "lighting_description": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "location_name": {
+ "type": "string"
+ },
+ "reference_description": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "reference_usage": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "view_name": {
+ "type": "string"
+ },
+ "visible_anchors": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "location_name",
+ "view_name",
+ "background_description",
+ "camera_facing",
+ "continuity_note"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "beat_type": {
+ "enum": [
+ "establishing",
+ "entrance",
+ "exit",
+ "movement",
+ "prop_interaction",
+ "insert",
+ "reveal",
+ "blocking",
+ "reaction",
+ "decision",
+ "dialogue",
+ "transition",
+ "cliffhanger"
+ ],
+ "type": "string"
+ },
+ "camera_setup_detail": {
+ "additionalProperties": false,
+ "properties": {
+ "camera_angle": {
+ "type": "string"
+ },
+ "camera_movement": {
+ "type": "string"
+ },
+ "camera_position": {
+ "type": "string"
+ },
+ "subject_orientation": {
+ "type": "string"
+ },
+ "subject_orientations": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "orientation_to_camera": {
+ "type": "string"
+ },
+ "subject": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "subject",
+ "orientation_to_camera"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "camera_position",
+ "subject_orientation",
+ "camera_angle",
+ "camera_movement"
+ ],
+ "type": "object"
+ },
+ "dialogue_covered": {
+ "items": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "$ref": "#/properties/patch/properties/dialogue/items"
+ }
+ ]
+ },
+ "type": "array"
+ },
+ "duration_seconds": {
+ "type": "number"
+ },
+ "end_state": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "location": {
+ "type": "string"
+ },
+ "post_dialogue_visual_progression": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "shot_number": {
+ "type": "number"
+ },
+ "shot_size": {
+ "type": "string"
+ },
+ "spatial_geometry": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "background_visible_direction": {
+ "type": "string"
+ },
+ "camera_facing_direction": {
+ "type": "string"
+ },
+ "camera_subject_relationship": {
+ "type": "string"
+ },
+ "camera_zone": {
+ "type": "string"
+ },
+ "consistency_note": {
+ "type": "string"
+ },
+ "location_axis": {
+ "type": "string"
+ },
+ "subject_end_zone": {
+ "type": "string"
+ },
+ "subject_start_zone": {
+ "type": "string"
+ },
+ "subject_travel_direction": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "location_axis",
+ "subject_start_zone",
+ "subject_end_zone",
+ "subject_travel_direction",
+ "camera_zone",
+ "camera_facing_direction",
+ "camera_subject_relationship",
+ "background_visible_direction",
+ "consistency_note"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "start_state": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "subject_movement": {
+ "type": "string"
+ },
+ "visual_purpose": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "shot_number",
+ "duration_seconds",
+ "shot_size",
+ "action",
+ "subject_movement",
+ "dialogue_covered",
+ "visual_purpose"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "shot_size": {
+ "type": "string"
+ },
+ "subject_movement": {
+ "type": "string"
+ },
+ "visual_purpose": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "shot_size",
+ "subject_movement",
+ "visual_purpose",
+ "short_shots"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]