{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SettlementCurrency", "type": "object", "properties": { "currencies": { "type": "array", "description": "A list of settlement currencies" } } }