takt/builtins/schemas/judgment.json
2026-02-13 06:11:06 +09:00

16 lines
318 B
JSON

{
"type": "object",
"properties": {
"step": {
"type": "integer",
"description": "Matched rule number (1-based)"
},
"reason": {
"type": "string",
"description": "Brief justification for the decision"
}
},
"required": ["step", "reason"],
"additionalProperties": false
}