{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Functions", "type": "object", "description": "Functions to apply for scoring this request.", "properties": { "numeric_boosts": { "type": "array" }, "time_decays": { "type": "array" }, "text_boosts": { "type": "array" }, "vector_boosts": { "type": "array" }, "query_similarity_boosts": { "type": "array" } } }