Microsoft Graph · Schema
microsoft.graph.officeGraphInsights
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.officeGraphInsights",
"title": "microsoft.graph.officeGraphInsights",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.entity"
},
{
"title": "officeGraphInsights",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"shared": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.sharedInsight"
},
"description": "Calculated relationship that identifies documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for work or school and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.",
"x-ms-navigationProperty": true
},
"trending": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.trending"
},
"description": "Calculated relationship that identifies documents trending around a user. Trending documents are calculated based on activity of the user's closest network of people and include files stored in OneDrive for work or school and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.",
"x-ms-navigationProperty": true
},
"used": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.usedInsight"
},
"description": "Calculated relationship that identifies the latest documents viewed or modified by a user, including OneDrive for work or school and SharePoint documents, ranked by recency of use.",
"x-ms-navigationProperty": true
},
"@odata.type": {
"type": "string"
}
},
"discriminator": {
"propertyName": "@odata.type",
"mapping": {
"#microsoft.graph.itemInsights": "#/components/schemas/microsoft.graph.itemInsights"
}
}
}
]
}