AWS Redshift · Schema

TableMember

The properties of a table.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
name object
schema object
type object
View JSON Schema on GitHub

JSON Schema

redshift-data-table-member-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "name": {},
    "schema": {},
    "type": {}
  },
  "description": "The properties of a table. ",
  "$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-table-member-schema.json",
  "title": "TableMember"
}