takt/builtins/schemas/judgment.json
2026-02-12 13:32:28 +09:00

16 lines
308 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"],
"additionalProperties": false
}