{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "EventSnippetDto", "type": "object", "properties": { "id": { "type": "string" }, "type": { "type": "string" }, "noteId": { "type": "string" }, "meetingId": { "type": "string" }, "createdAt": { "type": "string" } } }