{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OrganizationAccessLevelEnumWithNull", "title": "OrganizationAccessLevelEnumWithNull", "type": [ "string", "null" ], "description": "Access level for the organization (e.g., \"none\", \"full\").", "enum": [ "none", "readonly", "limited", "full", null ] }