{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-standalone-structure.json", "description": "Standalone schema from Adyen API", "type": "object", "properties": { "currencyCode": { "description": "The default currency of the standalone payment terminal as an [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code.", "maxLength": 3, "minLength": 3, "type": "string" }, "enableStandalone": { "description": "Enable standalone mode.", "type": "boolean" } }, "name": "Standalone" }