{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/terminal-poi-system-data-structure.json", "description": "POISystemData schema from Adyen API", "type": "object", "properties": { "DateTime": { "type": "datetime" }, "POISoftware": { "$ref": "#/components/schemas/POISoftware" }, "POITerminalData": { "$ref": "#/components/schemas/POITerminalData" }, "POIStatus": { "$ref": "#/components/schemas/POIStatus" } }, "required": [ "DateTime", "POISoftware" ], "name": "POISystemData" }