{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "text": { "type": "string" }, "threadId": { "type": "string" } }, "required": [ "text", "threadId" ], "title": "HistoryAppendParams", "type": "object" }