{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WholesalePackagesSubscriber", "title": "WholesalePackagesSubscriber", "type": "string", "enum": [ "webex_calling", "webex_meetings", "webex_suite", "webex_voice", "cx_essentials", "webex_calling_standard", "attendant_console", "cx_premium_agent", "cx_standard_agent" ], "description": " * `webex_calling` - Calling Basic Package.\n * `webex_meetings` - Meetings Package.\n * `webex_suite` - Suite Package.\n * `webex_voice` - Voice Package.\n * `cx_essentials` - Customer Assist Package.\n * `webex_calling_standard` - Webex Calling Standard Package.\n * `attendant_console` - Attendant Console Package.\n * `cx_premium_agent` - Contact Center Premium Agent Package.\n * `cx_standard_agent` - Contact Center Standard Agent Package.\n" }