{
  "type": "object",
  "properties": {
    "episode_summary": {"type": "string", "description": "이 에피소드의 상세 요약 (최소 5문장)"},
    "era": {"type": "string"},
    "region": {"type": "string"},
    "genre": {"type": "string"},
    "building_style": {"type": "string"},
    "clothing_style": {"type": "string"},
    "vehicle_style": {"type": "string"},
    "color_tone": {"type": "string"},
    "must_avoid": {"type": "string"}
  },
  "required": ["episode_summary", "era", "region", "genre", "building_style", "clothing_style", "vehicle_style", "color_tone", "must_avoid"]
}