{
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "choice": {"type": "string"},
    "confident": {"type": "boolean"},
    "reason_ko": {"type": "string"}
  },
  "required": ["choice", "confident", "reason_ko"]
}
