reserved
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ScoringConfig", "title": "ScoringConfig", "type": "object", "description": "reserved", "properties": { "functions": { "$ref": "#/components/schemas/Functions" }, "reranker": { "$ref": "#/components/schemas/Reranker" }, "weights": { "$ref": "#/components/schemas/Weights" } } }