{
  "site_slug": "test",
  "halls": [
    {
      "id": "test_jiangzhe_ancestral_hall",
      "hall_id": "jiangzhe_ancestral_hall",
      "title": "江浙祠堂测试全景",
      "description": "传统江浙祠堂内部测试场景，可从入口前进到正厅、后堂，并逐级后退。",
      "cover_url": "/images/panoramas/test-jiangzhe-hall/entrance.jpg",
      "order": 0,
      "status": "published"
    }
  ],
  "scenes": [
    {
      "id": "scene_jiangzhe_entrance",
      "hall_id": "jiangzhe_ancestral_hall",
      "scene_id": "jiangzhe_entrance",
      "title": "入口廊下",
      "image_url": "/images/panoramas/test-jiangzhe-hall/entrance.jpg",
      "thumb_url": "/images/panoramas/test-jiangzhe-hall/entrance.jpg",
      "initial_view": { "x": 0, "y": 0, "scale": 1 },
      "links": [
        { "action": "forward", "to_scene_id": "jiangzhe_main_hall", "label": "前进到正厅" }
      ],
      "order": 0,
      "status": "published"
    },
    {
      "id": "scene_jiangzhe_main_hall",
      "hall_id": "jiangzhe_ancestral_hall",
      "scene_id": "jiangzhe_main_hall",
      "title": "正厅祖龛",
      "image_url": "/images/panoramas/test-jiangzhe-hall/main-hall.jpg",
      "thumb_url": "/images/panoramas/test-jiangzhe-hall/main-hall.jpg",
      "initial_view": { "x": 0, "y": 0, "scale": 1 },
      "links": [
        { "action": "forward", "to_scene_id": "jiangzhe_rear_chamber", "label": "前进到后堂" },
        { "action": "back", "to_scene_id": "jiangzhe_entrance", "label": "后退到入口" }
      ],
      "order": 1,
      "status": "published"
    },
    {
      "id": "scene_jiangzhe_rear_chamber",
      "hall_id": "jiangzhe_ancestral_hall",
      "scene_id": "jiangzhe_rear_chamber",
      "title": "后堂藏龛",
      "image_url": "/images/panoramas/test-jiangzhe-hall/rear-chamber.jpg",
      "thumb_url": "/images/panoramas/test-jiangzhe-hall/rear-chamber.jpg",
      "initial_view": { "x": 0, "y": 0, "scale": 1 },
      "links": [
        { "action": "back", "to_scene_id": "jiangzhe_main_hall", "label": "后退到正厅" }
      ],
      "order": 2,
      "status": "published"
    }
  ],
  "total_halls": 1,
  "total_scenes": 3
}
