{
	"type": "object",
	"required": ["text"],
	"properties": {
		"text": {
			"type": "string",
			"description": "The final response text — the key is `text` (this node has NO `output` key), a plain string"
		}
	},
	"version": 1
}
