{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "SharedCalendarManagerSummaryResponse", "type": "object", "properties": { "id": { "type": "string" }, "account": { "$ref": "#/components/schemas/SharedCalendarAccountSummaryResponse" }, "manager": { "$ref": "#/components/schemas/SharedCalendarAccountManagerSummaryResponse" }, "role": { "$ref": "#/components/schemas/AccountRole" } } }