{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TextBlockParam", "type": "object", "description": "A text content block in a request.", "properties": { "type": { "type": "string" }, "text": { "type": "string", "description": "The text content." } } }