{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BunqMeTabCreate", "title": "BunqMeTabCreate", "type": "object", "properties": { "id": { "type": "integer", "description": "The id of the created bunq.me.", "readOnly": true, "writeOnly": false } } }