{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.printJobStatus", "title": "printJobStatus", "required": [ "@odata.type" ], "type": "object", "properties": { "description": { "type": "string", "description": "A human-readable description of the print job's current processing state. Read-only." }, "details": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.printJobStateDetail" }, "description": "Additional details for print job state. Valid values are described in the following table. Read-only." }, "isAcquiredByPrinter": { "type": "boolean", "description": "True if the job was acknowledged by a printer; false otherwise. Read-only." }, "state": { "$ref": "#/components/schemas/microsoft.graph.printJobProcessingState" }, "@odata.type": { "type": "string" } } }