{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_schemas-exclude", "title": "access_schemas-exclude", "description": "Rules evaluated with a NOT logical operator. To match the policy, a user cannot meet any of the Exclude rules.", "items": { "$ref": "#/components/schemas/access_rule" }, "type": "array" }