{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "SharedCalendarAccountManagerSummary", "type": "object", "properties": { "id": { "type": "integer", "format": "int64" }, "identityId": { "type": "string" }, "fullName": { "type": "string" }, "pictureUrl": { "type": "string" }, "email": { "type": "string" } } }