{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BunqId", "title": "BunqId", "type": "object", "properties": { "id": { "type": "integer", "description": "An integer ID of an object. Unique per object type.", "readOnly": false, "writeOnly": false } } }