{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/access_decision",
"title": "access_decision",
"description": "The action Access will take if a user matches this policy.",
"enum": [
"allow",
"deny",
"non_identity",
"bypass"
],
"example": "allow",
"type": "string"
}