{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BunqMeTabResultResponseRead", "title": "BunqMeTabResultResponseRead", "type": "object", "properties": { "payment": { "type": "object", "description": "The payment made for the bunq.me tab.", "readOnly": true, "writeOnly": false, "$ref": "#/components/schemas/Payment" } } }