{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/terminal-poi-data-schema.json", "title": "POIData", "description": "In the Message Response, identification of the POI transaction. Data related to the POI System.", "type": "object", "properties": { "POITransactionID": { "$ref": "#/components/schemas/TransactionIDType" }, "POIReconciliationID": { "type": "integer", "description": "If Result is Success." } }, "required": [ "POITransactionID" ] }