{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.printUsageByPrinter", "title": "microsoft.graph.printUsageByPrinter", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.printUsage" }, { "title": "printUsageByPrinter", "required": [ "@odata.type" ], "type": "object", "properties": { "printerId": { "type": "string", "description": "The ID of the printer represented by these statistics." }, "printerName": { "type": "string", "description": "The name of the printer represented by these statistics.", "nullable": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.printUsageByPrinter" } } } ], "x-ms-discriminator-value": "#microsoft.graph.printUsageByPrinter" }