Bunq · Schema

NoteAttachmentRequestInquiryCreate

Banking

Properties

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

JSON Schema

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