{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ContactEventDto", "type": "object", "properties": { "eventType": { "type": "string" }, "date": { "type": "string" }, "fullName": { "type": "string" }, "details": { "type": "array" } } }