AWS Redshift · Schema

SortByOrder

SortByOrder schema from Amazon Redshift

AnalyticsBig DataCloud DatabaseData WarehouseSQL
View JSON Schema on GitHub

JSON Schema

redshift-sort-by-order-schema.json Raw ↑
{
  "type": "string",
  "enum": [
    "ASC",
    "DESC"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-sort-by-order-schema.json",
  "title": "SortByOrder",
  "description": "SortByOrder schema from Amazon Redshift"
}