{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.printTask", "title": "microsoft.graph.printTask", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "printTask", "required": [ "@odata.type" ], "type": "object", "properties": { "parentUrl": { "type": "string", "description": "The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only." }, "status": { "$ref": "#/components/schemas/microsoft.graph.printTaskStatus" }, "definition": { "$ref": "#/components/schemas/microsoft.graph.printTaskDefinition" }, "trigger": { "$ref": "#/components/schemas/microsoft.graph.printTaskTrigger" }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.printTask" }