Microsoft Graph · Schema

userExperienceAnalyticsInsightValue

The value in an user experience analytics insight.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphuserexperienceanalyticsinsightvalue-schema.json Raw ↑
{
  "$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"
    }
  }
}