{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.userExperienceAnalyticsOverview", "title": "microsoft.graph.userExperienceAnalyticsOverview", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "userExperienceAnalyticsOverview", "required": [ "@odata.type" ], "type": "object", "properties": { "insights": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.userExperienceAnalyticsInsight" }, "description": "The user experience analytics insights. Read-only." }, "@odata.type": { "type": "string" } }, "description": "The user experience analytics overview entity contains the overall score and the scores and insights of every metric of all categories." } ], "x-ms-discriminator-value": "#microsoft.graph.userExperienceAnalyticsOverview" }