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