{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClientOrganizationUsagePatchEnum", "title": "ClientOrganizationUsagePatchEnum", "type": [ "string", "null" ], "description": "Defines how to proceed during an authentication transaction with regards an organization. Can be `deny` (default), `allow` or `require`.", "default": "deny", "enum": [ "deny", "allow", "require", null ] }