Amazon Redshift · JSON Structure

Amazon Redshift Data Field Structure

Type: object Properties: 6
AnalyticsBig DataCloudData LakeData WarehouseETLMachine LearningServerlessSQL

Field is a JSON Structure definition published by Amazon Redshift, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

blobValue booleanValue doubleValue isNull longValue stringValue

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Field",
  "type": "object",
  "properties": {
    "blobValue": {
      "type": "string"
    },
    "booleanValue": {
      "type": "boolean"
    },
    "doubleValue": {
      "type": "number"
    },
    "isNull": {
      "type": "boolean"
    },
    "longValue": {
      "type": "integer"
    },
    "stringValue": {
      "type": "string"
    }
  }
}