{
  "episode": 1,
  "title": "The Descent",
  "project": "leviathan",
  "location": "corridor_a",
  "characters": {
    "jinx": {"display_name": "Jinx"},
    "ava": {"display_name": "Ava"}
  },
  "scenes": [
    {
      "scene_index": 0,
      "location": "corridor_a",
      "shots": [
        {
          "id": 1,
          "name": "corridor_dolly",
          "shot_type": "ENV",
          "action": "Camera pushes through the dark corridor, emergency lights flickering.",
          "characters_in_shot": [],
          "emotion": "",
          "location": "corridor_a"
        },
        {
          "id": 2,
          "name": "jinx_wedges_hook",
          "shot_type": "MS",
          "action": "Jinx wedges the hook into the hatch seal.",
          "characters_in_shot": ["jinx"],
          "emotion": "determined",
          "location": "corridor_a"
        },
        {
          "id": 3,
          "name": "ava_monitors",
          "shot_type": "CU",
          "action": "Ava monitors the hull pressure readings.",
          "characters_in_shot": ["ava"],
          "emotion": "focused",
          "location": "corridor_a"
        }
      ]
    },
    {
      "scene_index": 1,
      "location": "bridge",
      "shots": [
        {
          "id": 4,
          "name": "jinx_ava_argue",
          "shot_type": "TWO_SHOT",
          "action": "Jinx and Ava argue about the descent plan.",
          "characters_in_shot": ["jinx", "ava"],
          "emotion": "tense",
          "dialogue": "We can't go deeper without checking the seals.",
          "location": "bridge"
        },
        {
          "id": 5,
          "name": "insert_gauge",
          "shot_type": "INSERT",
          "action": "Close-up of the pressure gauge needle in the red zone.",
          "characters_in_shot": [],
          "emotion": "",
          "location": "bridge"
        }
      ]
    }
  ]
}
