{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "UpdateNoteDto", "type": "object", "properties": { "title": { "type": "string" }, "subjectId": { "type": "string" }, "noteDate": { "type": "string" }, "recommendationId": { "type": "string" }, "sentimentId": { "type": "string" }, "source": { "type": "string" }, "link": { "type": "string" }, "relatedSymbols": { "type": "array" }, "relatedContacts": { "type": "array" }, "customFieldValues": { "type": "array" }, "isPersonal": { "type": "boolean" }, "identifier": { "type": "string" } } }