AWS Redshift · Schema

OperatorType

OperatorType schema from Amazon Redshift

AnalyticsBig DataCloud DatabaseData WarehouseSQL
View JSON Schema on GitHub

JSON Schema

redshift-operator-type-schema.json Raw ↑
{
  "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"
}