{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.userExperienceAnalyticsInsightValue", "title": "userExperienceAnalyticsInsightValue", "required": [ "@odata.type" ], "type": "object", "properties": { "@odata.type": { "type": "string" } }, "description": "The value in an user experience analytics insight.", "discriminator": { "propertyName": "@odata.type", "mapping": { "#microsoft.graph.insightValueDouble": "#/components/schemas/microsoft.graph.insightValueDouble", "#microsoft.graph.insightValueInt": "#/components/schemas/microsoft.graph.insightValueInt" } } }