{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AccessLevel", "title": "AccessLevel", "type": "string", "enum": [ "FULL_ACCESS", "NO_ACCESS" ], "description": " * `FULL_ACCESS` - User has full access.\n * `NO_ACCESS` - User does not have access.\n" }