{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.userExperienceAnalyticsMetricHistory", "title": "microsoft.graph.userExperienceAnalyticsMetricHistory", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "userExperienceAnalyticsMetricHistory", "required": [ "@odata.type" ], "type": "object", "properties": { "deviceId": { "type": "string", "description": "The Intune device id of the device.", "nullable": true }, "metricDateTime": { "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", "type": "string", "description": "The metric date time. The value cannot be modified and is automatically populated when the metric is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default.", "format": "date-time" }, "metricType": { "type": "string", "description": "The user experience analytics metric type.", "nullable": true }, "@odata.type": { "type": "string" } }, "description": "The user experience analytics metric history." } ], "x-ms-discriminator-value": "#microsoft.graph.userExperienceAnalyticsMetricHistory" }