{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Standalone", "title": "Standalone", "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" } }, "type": "object" }