Bunq · Schema

InstallationListing

Banking

Properties

Name Type Description
id integer The id of the Installation as created on the server. You can use this id to request the server's public key again.
View JSON Schema on GitHub

JSON Schema

bunq-installationlisting-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InstallationListing",
  "title": "InstallationListing",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "The id of the Installation as created on the server. You can use this id to request the server's public key again.",
      "readOnly": true,
      "writeOnly": false
    }
  }
}