Bunq · Schema

UserPersonUpdate

Banking

Properties

Name Type Description
id integer The id of the modified person object.
View JSON Schema on GitHub

JSON Schema

bunq-userpersonupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserPersonUpdate",
  "title": "UserPersonUpdate",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "The id of the modified person object.",
      "readOnly": true,
      "writeOnly": false
    }
  }
}