{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/terminal-print-request-schema.json", "title": "PrintRequest", "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.", "type": "object", "properties": { "PrintOutput": { "$ref": "#/components/schemas/PrintOutput" } }, "required": [ "PrintOutput" ] }