Bunq · Schema

NoteTextBankSwitchServiceNetherlandsIncomingPaymentRead

Banking

Properties

Name Type Description
id integer The id of the note.
created string The timestamp of the note's creation.
updated string The timestamp of the note's last update.
label_user_creator object The label of the user who created this note.
content string The content of the note.
View JSON Schema on GitHub

JSON Schema

bunq-notetextbankswitchservicenetherlandsincomingpaymentread-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NoteTextBankSwitchServiceNetherlandsIncomingPaymentRead",
  "title": "NoteTextBankSwitchServiceNetherlandsIncomingPaymentRead",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "The id of the note.",
      "readOnly": true,
      "writeOnly": false
    },
    "created": {
      "type": "string",
      "description": "The timestamp of the note's creation.",
      "readOnly": true,
      "writeOnly": false
    },
    "updated": {
      "type": "string",
      "description": "The timestamp of the note's last update.",
      "readOnly": true,
      "writeOnly": false
    },
    "label_user_creator": {
      "type": "object",
      "description": "The label of the user who created this note.",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/LabelUser"
    },
    "content": {
      "type": "string",
      "description": "The content of the note.",
      "readOnly": true,
      "writeOnly": false
    }
  }
}