{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TerminalProductPrice", "title": "TerminalProductPrice", "properties": { "currency": { "description": "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).", "type": "string" }, "value": { "description": "The price of the item.", "format": "double", "type": "number" } }, "type": "object" }