{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.deviceAndAppManagementData", "title": "deviceAndAppManagementData", "required": [ "@odata.type" ], "type": "object", "properties": { "content": { "type": "string", "format": "base64url", "nullable": true }, "@odata.type": { "type": "string" } }, "description": "Exported Data" }