{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.deviceManagementReports", "title": "microsoft.graph.deviceManagementReports", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "deviceManagementReports", "required": [ "@odata.type" ], "type": "object", "properties": { "exportJobs": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.deviceManagementExportJob" }, "description": "Entity representing a job to export a report.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.deviceManagementReports" }