diff --git a/schemas/action_authorization.schema.json b/schemas/action_authorization.schema.json index 4e65ef2..40c4739 100644 --- a/schemas/action_authorization.schema.json +++ b/schemas/action_authorization.schema.json @@ -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": [