Bunq · Schema

UserListing

Banking

Properties

Name Type Description
UserPerson object
UserCompany object
UserApiKey object
UserPaymentServiceProvider object
View JSON Schema on GitHub

JSON Schema

bunq-userlisting-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserListing",
  "title": "UserListing",
  "type": "object",
  "properties": {
    "UserPerson": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/UserPerson"
    },
    "UserCompany": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/UserCompany"
    },
    "UserApiKey": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/UserApiKey"
    },
    "UserPaymentServiceProvider": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/UserPaymentServiceProvider"
    }
  }
}