{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TextBoost", "title": "TextBoost", "type": "object", "properties": { "column": { "$ref": "#/components/schemas/Column" }, "weight": { "description": "Weight to apply for boosting this text column.", "type": "number", "example": 0.5 } } }