{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.deviceManagementCachedReportConfiguration", "title": "microsoft.graph.deviceManagementCachedReportConfiguration", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "deviceManagementCachedReportConfiguration", "required": [ "@odata.type" ], "type": "object", "properties": { "@odata.type": { "type": "string" } }, "description": "Entity representing the configuration of a cached report." } ], "x-ms-discriminator-value": "#microsoft.graph.deviceManagementCachedReportConfiguration" }