#Input { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "title": "conversation_ended", "required": [ "event_type", "conversation_id", "timestamp" ], "properties": { "event_type": { "type": "string", "title": "Event Type" }, "conversation_id": { "type": "string", "title": "Conversation Id" }, "timestamp": { "type": "string", "title": "Timestamp" } }, "additionalProperties": false } #Output { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "title": "conversation_ended", "required": [ "event_type", "conversation_id", "timestamp" ], "properties": { "event_type": { "type": "string", "title": "Event Type" }, "conversation_id": { "type": "string", "title": "Conversation Id" }, "timestamp": { "type": "string", "title": "Timestamp" } }, "additionalProperties": false }