{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_schemas-require", "title": "access_schemas-require", "description": "Rules evaluated with an AND logical operator. To match the policy, a user must meet all of the Require rules.", "items": { "$ref": "#/components/schemas/access_rule" }, "type": "array" }