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