{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AvailableSupervisorsListObject", "title": "AvailableSupervisorsListObject", "type": "object", "required": [ "id" ], "properties": { "id": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS80YzVlODRhMS0wZmEwLTQzNDAtODVkZC1mMzM1ZGQ4MTkxMmI", "description": "A unique identifier for the supervisor." }, "firstName": { "type": "string", "example": "Adam", "description": "First name of the supervisor." }, "lastName": { "type": "string", "example": "Sandler", "description": "Last name of the supervisor." }, "displayName": { "type": "string", "example": "Adam Sandler", "description": "(string, optional) - Display name of the supervisor." }, "phoneNumber": { "type": "string", "example": "+19845550200", "description": "Primary phone number of the supervisor." }, "extension": { "type": "string", "example": "0020", "description": "Primary phone extension of the supervisor." }, "routingPrefix": { "type": "string", "example": "34543", "description": "Routing prefix of location." }, "esn": { "type": "string", "example": "345430020", "description": "Routing prefix + extension of a person." } } }