{ "type": "object", "name": "GeneratedData", "properties": { "actionsSequence": { "type": "string" }, "invokedActions": { "type": "string" }, "outcome": { "type": "string" }, "sessionId": { "type": "string" }, "topic": { "type": "string" }, "citations": { "type": "string" } }, "required": [ "actionsSequence", "invokedActions", "outcome", "sessionId", "topic" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }