{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.cloudPcAuditProperty", "title": "cloudPcAuditProperty", "required": [ "@odata.type" ], "type": "object", "properties": { "displayName": { "type": "string", "description": "The display name for this property." }, "newValue": { "type": "string", "description": "The new value for this property." }, "oldValue": { "type": "string", "description": "The old value for this property.", "nullable": true }, "@odata.type": { "type": "string" } } }