{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RecordPreviewDto", "type": "object", "properties": { "noteGuid": { "type": "string" }, "meetingGuid": { "type": "string" }, "title": { "type": "string" }, "date": { "type": "string" } } }