ExpressionType schema from Apache Iceberg REST Catalog API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/apache-iceberg/refs/heads/main/json-schema/rest-catalog-open-api-expression-type-schema.json", "title": "ExpressionType", "description": "ExpressionType schema from Apache Iceberg REST Catalog API", "type": "string", "example": [ "true", "false", "eq", "and", "or", "not", "in", "not-in", "lt", "lt-eq", "gt", "gt-eq", "not-eq", "starts-with", "not-starts-with", "is-null", "not-null", "is-nan", "not-nan" ] }