AWS Redshift · JSON Structure

Redshift Data Field Structure

A data value in a column.

Type: object Properties: 6
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

blobValue booleanValue doubleValue isNull longValue stringValue

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

JSON Structure

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