{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/terminal-converted-amount-structure.json", "description": "ConvertedAmount schema from Adyen API", "type": "object", "properties": { "AmountValue": { "type": "double", "maximum": 99999999.999999, "minimum": 0 }, "Currency": { "type": "string", "pattern": "^[A-Z]{3,3}$" } }, "required": [ "AmountValue", "Currency" ], "name": "ConvertedAmount" }