AWS Redshift · Schema
ColumnMetadata
The properties (metadata) of a column.
AnalyticsBig DataCloud DatabaseData WarehouseSQL
Properties
| Name | Type | Description |
|---|---|---|
| columnDefault | object | |
| isCaseSensitive | object | |
| isCurrency | object | |
| isSigned | object | |
| label | object | |
| length | object | |
| name | object | |
| nullable | object | |
| precision | object | |
| scale | object | |
| schemaName | object | |
| tableName | object | |
| typeName | object |
JSON Schema
{
"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-metadata-schema.json",
"title": "ColumnMetadata"
}