AWS Redshift · JSON Structure

Redshift Data Column Metadata Structure

The properties (metadata) of a column.

Type: object Properties: 13
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

columnDefault isCaseSensitive isCurrency isSigned label length name nullable precision scale schemaName tableName typeName

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

JSON Structure

Raw ↑
{
  "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-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-data-column-metadata-structure.json",
  "name": "ColumnMetadata"
}