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