{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/terminal-print-request-structure.json", "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" ], "name": "PrintRequest" }