{
  "type": "object",
  "properties": {
    "locations": {
      "type": "array",
      "description": "각 location의 씬 간 고정 외형 묘사",
      "items": {
        "type": "object",
        "properties": {
          "location_id": {
            "type": "string",
            "description": "L## short_id"
          },
          "name": {
            "type": "string",
            "description": "location 이름 (참조용, 한국어 가능)"
          },
          "fixed_visual_description": {
            "type": "string",
            "description": "T2I 프롬프트에 직접 삽입 가능한 영어 고정 외형 문장. 3~5 문장, 40~80 단어. 크기·형태·재질·색상·고정 소품만. 날씨·시간·조명·인물·감정 금지. 엔티티 ID(C##/L##/P##) 및 고유명사 금지."
          }
        },
        "required": ["location_id", "name", "fixed_visual_description"],
        "additionalProperties": false
      }
    }
  },
  "required": ["locations"],
  "additionalProperties": false
}
