Bunq · Schema

ExportRibListing

Banking

Properties

Name Type Description
id integer The id of the rib as created on the server.
created string The timestamp of the RIB's creation.
updated string The timestamp of the RIB's last update.
View JSON Schema on GitHub

JSON Schema

bunq-exportriblisting-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ExportRibListing",
  "title": "ExportRibListing",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "The id of the rib as created on the server.",
      "readOnly": true,
      "writeOnly": false
    },
    "created": {
      "type": "string",
      "description": "The timestamp of the RIB's creation.",
      "readOnly": true,
      "writeOnly": false
    },
    "updated": {
      "type": "string",
      "description": "The timestamp of the RIB's last update.",
      "readOnly": true,
      "writeOnly": false
    }
  }
}