{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NoteAttachmentIdealMerchantTransaction", "title": "NoteAttachmentIdealMerchantTransaction", "type": "object", "properties": { "description": { "type": "string", "description": "Optional description of the attachment.", "readOnly": false, "writeOnly": false }, "attachment_id": { "type": "integer", "description": "The reference to the uploaded file to attach to this note.", "readOnly": false, "writeOnly": true } }, "required": [ "attachment_id" ] }