{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "SharedCalendarAccountSummaryResponse", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "screenName": { "type": "string" }, "profileImageUrl": { "type": "string" }, "service": { "$ref": "#/components/schemas/Service" }, "serviceId": { "type": "object" }, "type": { "$ref": "#/components/schemas/AccountType" }, "uid": { "type": "string" }, "managers": { "type": "array", "items": { "$ref": "#/components/schemas/SharedCalendarManagerSummaryResponse" } } } }