{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserDirectLineCallerIdNameObject", "title": "UserDirectLineCallerIdNameObject", "type": "object", "properties": { "selection": { "$ref": "#/components/schemas/UserSelectionObject", "description": "The selection of the direct line caller ID name." }, "customName": { "type": "string", "example": "Hakim Smith", "description": "Sets or clears the custom direct line caller ID name. To clear the `customName`, the attribute must be set to null or empty string. Required if `selection` is set to `CUSTOM_NAME`." } }, "description": "Settings for the direct line caller ID name to be shown for this virtual line." }