{
  "type": "object",
  "properties": {
    "summary": {"type": "string", "description": "에피소드 요약"},
    "key_events": {
      "type": "array",
      "items": {"type": "string"},
      "description": "핵심 이벤트 목록 (5개 이내)"
    }
  },
  "required": ["summary", "key_events"],
  "additionalProperties": false
}
