{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "NoteEventDto", "type": "object", "properties": { "createdAt": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" }, "comment": { "type": "string" }, "changeList": { "type": "array" } } }