{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.printerCreateOperation", "title": "microsoft.graph.printerCreateOperation", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.printOperation" }, { "title": "printerCreateOperation", "required": [ "@odata.type" ], "type": "object", "properties": { "certificate": { "type": "string", "description": "The signed certificate created during the registration process. Read-only.", "nullable": true }, "printer": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.printer" }, { "type": "object", "nullable": true } ], "description": "The created printer entity. Read-only.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.printerCreateOperation" } } } ], "x-ms-discriminator-value": "#microsoft.graph.printerCreateOperation" }