{
  "$schema": "../blueprint.schema.json",
  "project_metadata": {
    "project_id": "MIN_001",
    "title": "Minimal Video Project",
    "content_type": "social"
  },
  "global_settings": {
    "fps": 30,
    "resolution_master": {
      "width": 1080,
      "height": 1920
    }
  },
  "production_sequence": {
    "sequences": [
      {
        "sequence_id": "SEQ01",
        "scenes": [
          {
            "scene_id": "S01",
            "shots": [
              {
                "shot_id": "SEQ01.S01.SH01",
                "duration_seconds": 5.0
              }
            ]
          }
        ]
      }
    ]
  }
}