FieldList schema from Amazon Redshift
{ "type": "array", "items": { "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-list-schema.json", "title": "FieldList", "description": "FieldList schema from Amazon Redshift" }