16 lines
325 B
JSON
16 lines
325 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"matched_index": {
|
|
"type": "integer",
|
|
"description": "Matched condition number (1-based)"
|
|
},
|
|
"reason": {
|
|
"type": "string",
|
|
"description": "Why this condition was matched"
|
|
}
|
|
},
|
|
"required": ["matched_index"],
|
|
"additionalProperties": false
|
|
}
|