{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PutPersonDetailsObject", "title": "PutPersonDetailsObject", "type": "object", "properties": { "announcementLanguage": { "type": "string", "example": "English", "description": "Person's phone announcement language." }, "timeZone": { "type": "string", "example": "America/Los_Angeles", "description": "Timezone associated with the person for calling configuration. Refer to the Get Country Configuration API to retrieve the list of available timezones for a specific country." } } }