AWS Redshift · JSON Structure

Redshift Operator Type Structure

OperatorType schema from Amazon Redshift

Type: string Properties: 0
AnalyticsBig DataCloud DatabaseData WarehouseSQL

OperatorType is a JSON Structure definition published by AWS Redshift. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "string",
  "enum": [
    "eq",
    "lt",
    "gt",
    "le",
    "ge",
    "in",
    "between"
  ],
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-operator-type-structure.json",
  "name": "OperatorType",
  "description": "OperatorType schema from Amazon Redshift"
}