{
  "$schema": "../blueprint.schema.json",
  "project_metadata": {
    "system_codename": "videoformation",
    "project_id": "NEON_HORIZON_001",
    "title": "Neon Horizon: Chase Sequence",
    "description": "A technical demonstration of the V1.1 Blueprint Schema for a high-end CGI short film.",
    "content_type": "shortfilm",
    "created_date": "2026-03-15",
    "owner": "Creative Studio X",
    "versioning": {
      "blueprint_version": "1.1.0",
      "project_version": "0.8.0-beta",
      "change_log": [
        {
          "date": "2026-03-10",
          "author": "Lead TD",
          "summary": "Locked animatic timing and updated asset references."
        }
      ]
    }
  },
  "global_settings": {
    "timebase": "timecode",
    "fps": 24,
    "resolution_master": {
      "width": 3840,
      "height": 2160
    },
    "pixel_aspect_ratio": "1.0",
    "color_pipeline": {
      "working_space": "ACEScg",
      "delivery_space_default": "Rec.709",
      "lut_default_ref": "LUT_FILM_LOOK"
    },
    "editorial_policy": {
      "default_handles_frames": 24,
      "handles_unit": "frames",
      "proxy_workflow": {
        "enabled": true,
        "format": "ProRes422Proxy",
        "suffix": "_proxy"
      }
    },
    "hardware_constraints": {
      "max_poly_count_per_asset": 500000,
      "max_texture_resolution": 4096,
      "simulation_policy": "cache_always"
    },
    "audio_defaults": {
      "sample_rate_hz": 48000,
      "bit_depth": 24,
      "mix_target": "5.1",
      "loudness_targets": {
        "integrated_lufs": -24.0,
        "true_peak_dbtp": -1.0
      }
    },
    "naming_conventions": {
      "sequence_id_format": "SEQ[0-9]+",
      "shot_id_format": "SEQ[0-9]+.S[0-9]+.SH[0-9]+",
      "example": "SEQ010.S001.SH010"
    }
  },
  "localization": {
    "default_language": "en-US",
    "supported_languages": [
      "en-US",
      "es-ES",
      "ja-JP"
    ],
    "text_style_refs": {
      "captions_style_ref": "STYLE_CAPTION",
      "on_screen_text_style_ref": "STYLE_HUD"
    }
  },
  "production_tracking_light": {
    "status": "in_progress",
    "priority": "high",
    "approvals": [
      {
        "role": "Director",
        "name": "J. Cameron",
        "approved": true,
        "date": "2026-03-12"
      }
    ]
  },
  "asset_manifest": {
    "environments": [
      {
        "id": "ENV_CYBER_DISTRICT",
        "type": "hdri",
        "source": "assets/environments/cyber_district_night_8k.hdr",
        "preload": true,
        "properties": {
          "exposure": 0.5,
          "rotation_deg": 180
        }
      }
    ],
    "models": [
      {
        "id": "MOD_HERO_VEHICLE",
        "type": "glb",
        "source": "assets/models/vehicles/interceptor_mk5.glb",
        "lod_levels": [
          "high",
          "medium",
          "low"
        ],
        "properties": {
          "poly_count": 150000,
          "cast_shadows": true
        },
        "sha256": "a1b2c3d4e5f6..."
      },
      {
        "id": "MOD_DRONE_SENTRY",
        "type": "fbx",
        "source": "assets/models/robots/drone_sentry.fbx"
      }
    ],
    "characters": [
      {
        "id": "CHAR_KIRA",
        "type": "metahuman",
        "source": "assets/characters/kira_v3.uasset",
        "display_name": "Kira (Protagonist)",
        "model_ref": "MOD_KIRA_MESH",
        "wardrobe_refs": ["MOD_KIRA_SUIT_V2"]
      }
    ],
    "audio": [
      {
        "id": "AUD_BGM_CHASE",
        "type": "bgm",
        "source": "assets/audio/music/high_octane_chase.wav",
        "format": "5.1",
        "properties": {
          "default_volume_db": -6.0,
          "loop": true
        }
      },
      {
        "id": "AUD_SFX_LASER",
        "type": "sfx",
        "source": "assets/audio/sfx/weapons/laser_blast_01.wav",
        "format": "mono"
      }
    ],
    "vfx": [
      {
        "id": "VFX_SPARKS",
        "type": "particle",
        "source": "assets/vfx/niagara/sparks_collision.ns",
        "properties": {
          "duration_frames": 60,
          "intensity": 2.0
        }
      }
    ],
    "fonts": [
      {
        "id": "FONT_HUD",
        "type": "otf",
        "source": "assets/fonts/SciFi_HUD.otf"
      }
    ],
    "text_styles": [
      {
        "id": "STYLE_CAPTION",
        "type": "standard",
        "font_ref": "FONT_HUD",
        "size_px": 32,
        "color": "#FFFFFF",
        "stroke_color": "#000000",
        "stroke_width_px": 2
      },
      {
        "id": "STYLE_HUD",
        "type": "ui",
        "font_ref": "FONT_HUD",
        "size_px": 48,
        "color": "#00FFFF",
        "safe_margins": {
          "bottom_px": 100
        }
      }
    ],
    "luts": [
      {
        "id": "LUT_FILM_LOOK",
        "type": "cube",
        "source": "assets/luts/neon_noir_gen4.cube"
      }
    ]
  },
  "production_sequence": {
    "sequences": [
      {
        "sequence_id": "SEQ010",
        "slug": "THE_ESCAPE",
        "description": "Kira escapes the district in her interceptor.",
        "style_guide": {
          "palette_hex": [
            "#050510",
            "#FF0055",
            "#00FFFF"
          ],
          "contrast_level": "high",
          "film_grain_intensity": 0.15
        },
        "scenes": [
          {
            "scene_id": "S010",
            "slug": "EXT. HIGHWAY - NIGHT",
            "estimated_duration_seconds": 15.0,
            "confidence": "high",
            "stage_setup": {
              "environment_ref": "ENV_CYBER_DISTRICT",
              "actors": [
                {
                  "asset_ref": "CHAR_KIRA",
                  "instance_id": "KIRA_01",
                  "initial_state": {
                    "position": [0, 0, 0]
                  }
                }
              ],
              "props": [
                {
                  "asset_ref": "MOD_HERO_VEHICLE",
                  "instance_id": "CAR_01",
                  "initial_state": {
                    "position": [0, 0, 0]
                  }
                }
              ],
              "lights": [
                {
                  "id": "LGT_KEY",
                  "type": "directional",
                  "color": "#A0A0FF",
                  "intensity": 2.5,
                  "position": [10, 20, 10],
                  "rotation_deg": [45, 30, 0]
                }
              ]
            },
            "shots": [
              {
                "shot_id": "SEQ010.S010.SH010",
                "slug": "ESTABLISHING SHOT",
                "duration_seconds": 4.5,
                "action_notes": "Camera sweeps down to follow the interceptor speeding through traffic.",
                "camera": {
                  "id": "CAM_MAIN",
                  "type": "virtual",
                  "lens_mm": 24,
                  "depth_of_field": {
                    "enabled": true,
                    "focal_distance": 15.0,
                    "aperture": 5.6
                  },
                  "path": [
                    {
                      "time": 0.0,
                      "position": [0, 50, -100],
                      "target": [0, 0, 0]
                    },
                    {
                      "time": 4.5,
                      "position": [0, 10, -20],
                      "target": [0, 0, 50],
                      "easing": "easeOutCubic"
                    }
                  ]
                },
                "markers": [
                  {
                    "name": "Impact",
                    "marked_range": {
                      "start": 3.5,
                      "duration": 0.1
                    },
                    "color": "red",
                    "comment": "Sync with music hit"
                  }
                ],
                "dialogue": [
                  {
                    "timestamp": 1.5,
                    "speaker_ref": "CHAR_KIRA",
                    "mode": "vo",
                    "text": "They found me.",
                    "language": "en-US"
                  }
                ],
                "on_screen_text": [
                  {
                    "start": 0.5,
                    "end": 4.0,
                    "text": "SECTOR 7: RESTRICTED",
                    "style_ref": "STYLE_HUD",
                    "position_norm": [0.1, 0.9],
                    "anchor": "bottom-left"
                  }
                ],
                "audio_timeline": [
                  {
                    "timestamp": 0.0,
                    "event_type": "music_start",
                    "asset_ref": "AUD_BGM_CHASE",
                    "params": {
                      "fade_in": 0.0,
                      "volume_db": -3.0
                    }
                  }
                ],
                "vfx_timeline": [
                  {
                    "timestamp": 3.5,
                    "event_type": "particle_shimmer",
                    "asset_ref": "VFX_SPARKS",
                    "params": {
                      "intensity": 5.0,
                      "duration_frames": 12,
                      "position": [2, 0, 5]
                    }
                  }
                ],
                "color_grading": {
                  "lut_ref": "LUT_FILM_LOOK",
                  "contrast": 1.2,
                  "saturation": 1.1,
                  "temperature": -500
                },
                "asset_dependencies": [
                  "MOD_HERO_VEHICLE",
                  "ENV_CYBER_DISTRICT"
                ]
              }
            ]
          }
        ]
      }
    ]
  },
  "render_instructions": {
    "preview": {
      "watermark": true,
      "burn_in": {
        "timecode": true,
        "shot_id": true,
        "frame_number": true,
        "safe_area": true
      }
    },
    "master": {
      "post_processing": {
        "bloom": {
          "enabled": true,
          "threshold": 0.9,
          "intensity": 0.6
        },
        "grain": {
          "enabled": true,
          "amount": 0.12
        },
        "vignette": {
          "enabled": true,
          "intensity": 0.4
        }
      },
      "outputs": [
        {
          "delivery_profile_ref": "DEL_STREAMING_4K",
          "include_captions": false
        },
        {
          "delivery_profile_ref": "DEL_ARCHIVE_PRORES",
          "include_captions": true
        }
      ]
    }
  },
  "delivery_profiles": [
    {
      "id": "DEL_STREAMING_4K",
      "purpose": "YouTube/Vimeo",
      "resolution": {
        "width": 3840,
        "height": 2160
      },
      "fps": 24,
      "container": "mp4",
      "video_codec": "h264",
      "audio_codec": "aac",
      "color_space": "Rec.709",
      "naming_template": "{project}_WEB_v{version}"
    },
    {
      "id": "DEL_ARCHIVE_PRORES",
      "purpose": "Master Archive",
      "resolution": {
        "width": 3840,
        "height": 2160
      },
      "fps": 24,
      "container": "mov",
      "video_codec": "ProRes4444",
      "audio_codec": "pcm_s24le",
      "color_space": "ACEScg",
      "naming_template": "{project}_MASTER_v{version}"
    }
  ]
}