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