Bunq · Schema

MonetaryAccountJointUpdate

Banking

Properties

Name Type Description
Id object The id of the created item
View JSON Schema on GitHub

JSON Schema

bunq-monetaryaccountjointupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MonetaryAccountJointUpdate",
  "title": "MonetaryAccountJointUpdate",
  "type": "object",
  "properties": {
    "Id": {
      "type": "object",
      "description": "The id of the created item",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/BunqId"
    }
  }
}