OperatorType schema from Amazon Redshift
{ "type": "string", "enum": [ "eq", "lt", "gt", "le", "ge", "in", "between" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-operator-type-schema.json", "title": "OperatorType", "description": "OperatorType schema from Amazon Redshift" }