{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PrintRequest", "title": "PrintRequest", "type": "object", "description": "It conveys the data to print and the way to process the print. It contains the complete content to print. Content of the Print Request message.", "properties": { "PrintOutput": { "$ref": "#/components/schemas/PrintOutput" } }, "required": [ "PrintOutput" ] }