AWS Redshift · Schema

ColumnList

ColumnList schema from Amazon Redshift

AnalyticsBig DataCloud DatabaseData WarehouseSQL
View JSON Schema on GitHub

JSON Schema

redshift-data-column-list-schema.json Raw ↑
{
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "columnDefault": {},
      "isCaseSensitive": {},
      "isCurrency": {},
      "isSigned": {},
      "label": {},
      "length": {},
      "name": {},
      "nullable": {},
      "precision": {},
      "scale": {},
      "schemaName": {},
      "tableName": {},
      "typeName": {}
    },
    "description": "The properties (metadata) of a column. "
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-data-column-list-schema.json",
  "title": "ColumnList",
  "description": "ColumnList schema from Amazon Redshift"
}