{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.report", "title": "report", "required": [ "@odata.type" ], "type": "object", "properties": { "content": { "type": "string", "description": "The http content that has the data", "format": "base64url", "nullable": true }, "@odata.type": { "type": "string" } }, "description": "Device Configuration profile History reports." }