{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ExecutiveAssignedAssistantsGet", "title": "ExecutiveAssignedAssistantsGet", "type": "object", "description": "Response object for the executive assigned assistants.", "example": { "assistants": [ { "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS82ZTU1NWNkMC02MzQxLTQyYjgtYTIxYy1lNzVmMjE0NDgyNzU", "firstName": "doe", "lastName": "John", "directNumber": "+91-6557765419", "extension": "10079", "optInEnabled": true, "location": { "name": "Bangalore", "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzkzMGMzYTNlLTA3Y2EtNDNmOS1iZjE4LTZlZGM2OGE1Y2Y3Yg" } } ] }, "properties": { "assistants": { "type": "array", "items": { "$ref": "#/components/schemas/Assistant" }, "description": "List of assigned executive assistants." } } }