AWS Redshift · Schema

Field

A data value in a column.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
blobValue object
booleanValue object
doubleValue object
isNull object
longValue object
stringValue object
View JSON Schema on GitHub

JSON Schema

redshift-data-field-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "blobValue": {},
    "booleanValue": {},
    "doubleValue": {},
    "isNull": {},
    "longValue": {},
    "stringValue": {}
  },
  "description": "A data value in 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-field-schema.json",
  "title": "Field"
}