{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/terminal-performed-transaction-structure.json", "description": "PerformedTransaction schema from Adyen API", "type": "object", "properties": { "Response": { "$ref": "#/components/schemas/Response" }, "SaleData": { "$ref": "#/components/schemas/SaleData" }, "POIData": { "$ref": "#/components/schemas/POIData" }, "PaymentResult": { "$ref": "#/components/schemas/PaymentResult" }, "LoyaltyResult": { "type": "array", "items": { "$ref": "#/components/schemas/LoyaltyResult" } }, "ReversedAmount": { "type": "double", "maximum": 99999999.999999, "minimum": 0 } }, "required": [ "Response" ], "name": "PerformedTransaction" }