{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.printTaskStatus", "title": "printTaskStatus", "required": [ "@odata.type" ], "type": "object", "properties": { "description": { "type": "string", "description": "A human-readable description of the current processing state of the printTask." }, "state": { "$ref": "#/components/schemas/microsoft.graph.printTaskProcessingState" }, "@odata.type": { "type": "string" } } }