Apache Pinot · JSON Structure

Apache Pinot Segment List Structure

SegmentList schema from Apache Pinot

Type: object Properties: 2
AnalyticsDatabaseLow LatencyOLAPReal-TimeApacheOpen Source

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

Properties

OFFLINE REALTIME

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-segment-list-structure.json",
  "description": "SegmentList schema from Apache Pinot",
  "type": "object",
  "properties": {
    "OFFLINE": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "REALTIME": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "name": "SegmentList"
}