{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.cloudCommunications", "title": "cloudCommunications", "required": [ "@odata.type" ], "type": "object", "properties": { "callRecords": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.callRecords.callRecord" }, "x-ms-navigationProperty": true }, "calls": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.call" }, "x-ms-navigationProperty": true }, "onlineMeetingConversations": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.onlineMeetingEngagementConversation" }, "description": "A collection of structured question-and-answer (Q&A) threads in Teams directly associated with online meetings.", "x-ms-navigationProperty": true }, "onlineMeetings": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.onlineMeeting" }, "x-ms-navigationProperty": true }, "presences": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.presence" }, "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } }, "description": "Represents a container that exposes navigation properties for cloud communications resources." }