{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "MCSupportedCurrencies", "type": "object", "description": "The response object that contains a list of supported curencies.", "properties": { "currencies": { "type": "array" } } }