{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/manticore/main/json-schema/range.json", "title": "range", "description": "Filter helper object defining the 'range' condition", "type": "object", "properties": { "lt": { "type": {}, "description": " condition value" }, "lte": { "type": {}, "description": " condition value" }, "gt": { "type": {}, "description": " condition value" }, "gte": { "type": {}, "description": " condition value" } } }