{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/terminal-poi-software-structure.json", "description": "POISoftware schema from Adyen API", "type": "object", "properties": { "ManufacturerID": { "type": "string", "pattern": "^.+$" }, "ApplicationName": { "type": "string", "pattern": "^.+$" }, "SoftwareVersion": { "type": "string", "pattern": "^.+$" }, "CertificationCode": { "type": "string", "pattern": "^.+$" } }, "required": [ "ManufacturerID", "ApplicationName", "SoftwareVersion", "CertificationCode" ], "name": "POISoftware" }