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