Apache Kylin · JSON Structure

Rest Api Table Structure

A Kylin table

Type: object Properties: 4
AnalyticsBig DataCubeOLAPOpen SourceSQL

Table is a JSON Structure definition published by Apache Kylin, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name columns cardinality exd

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

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-kylin/refs/heads/main/json-structure/rest-api-table-structure.json",
  "name": "Table",
  "description": "A Kylin table",
  "properties": {
    "name": {
      "type": "string",
      "example": "KYLIN_SALES"
    },
    "columns": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "cardinality": {
      "type": "object"
    },
    "exd": {
      "type": "object"
    }
  }
}