{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LicenseProperties", "title": "LicenseProperties", "type": "object", "properties": { "locationId": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzYzNzE1", "description": "The ID of the location for this user. Applicable to Webex Calling license." }, "phoneNumber": { "type": "string", "example": "14085267209", "description": "Work phone number for the user. Applicable to Webex Calling license." }, "extension": { "type": "string", "example": "133", "description": "Webex Calling extension of the user. Applicable to Webex Calling license." } } }