Apache Pinot · JSON Structure

Apache Pinot Table List Structure

TableList schema from Apache Pinot

Type: object Properties: 1
AnalyticsDatabaseLow LatencyOLAPReal-TimeApacheOpen Source

TableList is a JSON Structure definition published by Apache Pinot, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

tables

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-pinot/refs/heads/main/json-structure/apache-pinot-table-list-structure.json",
  "description": "TableList schema from Apache Pinot",
  "type": "object",
  "properties": {
    "tables": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "example": [
        "airlineStats_OFFLINE",
        "baseballStats_OFFLINE"
      ]
    }
  },
  "name": "TableList"
}