{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClientMyOrganizationDeletionBehaviorEnum", "title": "ClientMyOrganizationDeletionBehaviorEnum", "type": "string", "description": "The deletion behavior for this client.", "default": "allow", "enum": [ "allow", "allow_if_empty" ] }