AWS Redshift · JSON Structure

Redshift Data Table Member Structure

The properties of a table.

Type: object Properties: 3
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

name schema type

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "name": {},
    "schema": {},
    "type": {}
  },
  "description": "The properties of a table. ",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-data-table-member-structure.json",
  "name": "TableMember"
}