{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_custom_pages", "title": "access_custom_pages", "properties": { "forbidden": { "description": "The uid of the custom page to use when a user is denied access after failing a non-identity rule.", "example": "699d98642c564d2e855e9661899b7252", "type": "string" }, "identity_denied": { "description": "The uid of the custom page to use when a user is denied access.", "example": "699d98642c564d2e855e9661899b7252", "type": "string" } } }