{ "@context": { "@version": 1.1, "ms": "https://graph.microsoft.com/schema/", "schema": "https://schema.org/", "dcterms": "http://purl.org/dc/terms/", "xsd": "http://www.w3.org/2001/XMLSchema#", "Team": "ms:Team", "Channel": "ms:Channel", "ChatMessage": "ms:ChatMessage", "ConversationMember": "ms:ConversationMember", "OnlineMeeting": "ms:OnlineMeeting", "Call": "ms:Call", "name": "schema:name", "description": "schema:description", "email": "schema:email", "id": { "@id": "ms:id", "@type": "xsd:string" }, "displayName": { "@id": "ms:displayName", "@type": "xsd:string" }, "visibility": { "@id": "ms:visibility", "@type": "xsd:string" }, "isArchived": { "@id": "ms:isArchived", "@type": "xsd:boolean" }, "createdDateTime": { "@id": "ms:createdDateTime", "@type": "xsd:dateTime" }, "lastModifiedDateTime": { "@id": "ms:lastModifiedDateTime", "@type": "xsd:dateTime" }, "webUrl": { "@id": "ms:webUrl", "@type": "@id" }, "membershipType": { "@id": "ms:membershipType", "@type": "xsd:string" }, "messageType": { "@id": "ms:messageType", "@type": "xsd:string" }, "importance": { "@id": "ms:importance", "@type": "xsd:string" }, "subject": { "@id": "ms:subject", "@type": "xsd:string" }, "body": { "@id": "ms:body", "@type": "@id" }, "from": { "@id": "ms:from", "@type": "@id" }, "roles": { "@id": "ms:roles", "@container": "@set" }, "userId": { "@id": "ms:userId", "@type": "xsd:string" }, "startDateTime": { "@id": "ms:startDateTime", "@type": "xsd:dateTime" }, "endDateTime": { "@id": "ms:endDateTime", "@type": "xsd:dateTime" }, "joinWebUrl": { "@id": "ms:joinWebUrl", "@type": "@id" }, "state": { "@id": "ms:state", "@type": "xsd:string" }, "direction": { "@id": "ms:direction", "@type": "xsd:string" }, "callbackUri": { "@id": "ms:callbackUri", "@type": "@id" }, "requestedModalities": { "@id": "ms:requestedModalities", "@container": "@set" } } }