{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/VirtualExtensionPatchRequestObject", "title": "VirtualExtensionPatchRequestObject", "type": "object", "properties": { "firstName": { "type": "string", "example": "John", "description": "First name of the person at the virtual extension." }, "lastName": { "type": "string", "example": "Smith", "description": "Last name of the person at the virtual extension." }, "displayName": { "type": "string", "example": "John Smith", "description": "Display name of the person at the virtual extension." }, "phoneNumber": { "type": "string", "example": "+17011558169", "description": "Directory number of the virtual extension." }, "extension": { "type": "string", "example": "9133", "description": "Extension of the virtual extension." } } }