{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BunqMeTabResultInquiry", "title": "BunqMeTabResultInquiry", "type": "object", "properties": { "payment": { "type": "object", "description": "The payment made for the Tab.", "readOnly": true, "writeOnly": false, "$ref": "#/components/schemas/Payment" }, "bunq_me_tab_id": { "type": "integer", "description": "The Id of the bunq.me tab that this BunqMeTabResultInquiry belongs to.", "readOnly": true, "writeOnly": false } } }