{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CallHistoryMethod", "title": "CallHistoryMethod", "type": "string", "enum": [ "WEBEX_UNIFIED_CALL_HISTORY", "LOCAL_CALL_HISTORY" ], "description": " * `WEBEX_UNIFIED_CALL_HISTORY` - Set call history to use the unified call history from all of the end user's devices.\n * `LOCAL_CALL_HISTORY` - Set call history to use local device information only.\n" }