{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "VectorBoost", "type": "object", "properties": { "weight": { "type": "number", "description": "Weight to apply for boosting this vector column." } } }