Bunq · Schema

InstallationCreate

Banking

Properties

Name Type Description
Id object The Id object of the created Installation
Token object The Token object of this Installation.
ServerPublicKey object The ServerPublicKey object of the created Installation
View JSON Schema on GitHub

JSON Schema

bunq-installationcreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InstallationCreate",
  "title": "InstallationCreate",
  "type": "object",
  "properties": {
    "Id": {
      "type": "object",
      "description": "The Id object of the created Installation",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/BunqId"
    },
    "Token": {
      "type": "object",
      "description": "The Token object of this Installation.",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/InstallationToken"
    },
    "ServerPublicKey": {
      "type": "object",
      "description": "The ServerPublicKey object of the created Installation",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/InstallationServerPublicKey"
    }
  }
}