{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "RelevanceScoreRange", "type": "object", "properties": { "gt": { "type": "number" }, "gte": { "type": "number" }, "lt": { "type": "number" }, "lte": { "type": "number" } } }