fix(schema): require durable decision binding
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a02e47-6aac-7ee1-914d-0584c75d3c81
This commit is contained in:
parent
4c3c528644
commit
df54c1b8f5
1 changed files with 6 additions and 1 deletions
|
|
@ -19,7 +19,12 @@
|
|||
"request": {"$ref": "https://flex-auth.netkingdom/schemas/check_request.schema.json"},
|
||||
"validity": {"$ref": "#/$defs/validity"},
|
||||
"approvals": {"$ref": "#/$defs/approvals"},
|
||||
"decision": {"$ref": "https://flex-auth.netkingdom/schemas/decision_envelope.schema.json"},
|
||||
"decision": {
|
||||
"allOf": [
|
||||
{"$ref": "https://flex-auth.netkingdom/schemas/decision_envelope.schema.json"},
|
||||
{"required": ["binding"]}
|
||||
]
|
||||
},
|
||||
"provenance": {"type": "object", "additionalProperties": true}
|
||||
},
|
||||
"allOf": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue