Bunq · Schema

CompanyListing

Banking

Properties

Name Type Description
UserCompany object
View JSON Schema on GitHub

JSON Schema

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