{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "SharedCalendarAccountSummary", "required": [ "accountSummary" ], "type": "object", "properties": { "managers": { "type": "array", "items": { "$ref": "#/components/schemas/SharedCalendarManagerSummary" } }, "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" }, "accountSummary": { "$ref": "#/components/schemas/AccountSummary" } } }