Bunq · Schema

InstallationServerPublicKeyListing

Banking

Properties

Name Type Description
server_public_key string The server's public key for this Installation.
View JSON Schema on GitHub

JSON Schema

bunq-installationserverpublickeylisting-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InstallationServerPublicKeyListing",
  "title": "InstallationServerPublicKeyListing",
  "type": "object",
  "properties": {
    "server_public_key": {
      "type": "string",
      "description": "The server's public key for this Installation.",
      "readOnly": true,
      "writeOnly": false
    }
  }
}