{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BunqMeMerchantAvailable", "title": "BunqMeMerchantAvailable", "type": "object", "properties": { "merchant_type": { "type": "string", "description": "A merchant type supported by bunq.me.", "readOnly": true, "writeOnly": false }, "available": { "type": "boolean", "description": "Whether or not the merchant is available for the user.", "readOnly": true, "writeOnly": false } } }