{ "type": "object", "properties": { "parameters": { "type": "string", "example": "example_value" }, "responseId": { "type": "string", "example": "500123" }, "text": { "type": "string", "example": "example_value" } }, "required": [ "parameters", "responseId", "text" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Generation" }