{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListCallPickupObject", "title": "ListCallPickupObject", "type": "object", "required": [ "name", "id", "locationName", "locationId" ], "properties": { "name": { "type": "string", "example": "North Alaska-Group", "description": "Unique name for the call pickup. The maximum length is 80." }, "id": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0NBTExfUElDS1VQL1kyRnNiRkJwWTJ0MWNERT0", "description": "A unique identifier for the call pickup." }, "locationName": { "type": "string", "example": "Alaska", "description": "Name of the location for call pickup." }, "locationId": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzEyMzQ1", "description": "ID of the location for call pickup." } } }