{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ThresholdOperatorEnum", "title": "ThresholdOperatorEnum", "enum": [ "above", "below" ], "type": "string", "description": "* `above` - Above\n* `below` - Below" }