{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory", "title": "microsoft.graph.userExperienceAnalyticsCategory", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "userExperienceAnalyticsCategory", "required": [ "@odata.type" ], "type": "object", "properties": { "insights": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.userExperienceAnalyticsInsight" }, "description": "The insights for the category. Read-only." }, "metricValues": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.userExperienceAnalyticsMetric" }, "description": "The metric values for the user experience analytics category. Read-only.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } }, "description": "The user experience analytics category entity contains the scores and insights for the various metrics of a category." } ], "x-ms-discriminator-value": "#microsoft.graph.userExperienceAnalyticsCategory" }