Bunq · Schema

NoteTextRequestInquiry

Banking

Properties

Name Type Description
content string The content of the note.
View JSON Schema on GitHub

JSON Schema

bunq-notetextrequestinquiry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NoteTextRequestInquiry",
  "title": "NoteTextRequestInquiry",
  "type": "object",
  "properties": {
    "content": {
      "type": "string",
      "description": "The content of the note.",
      "readOnly": false,
      "writeOnly": false
    }
  }
}