Apache Pinot · JSON Structure

Apache Pinot Success Response Structure

SuccessResponse schema from Apache Pinot

Type: object Properties: 2
AnalyticsDatabaseLow LatencyOLAPReal-TimeApacheOpen Source

SuccessResponse 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

status message

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-success-response-structure.json",
  "description": "SuccessResponse schema from Apache Pinot",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "example": "success"
    },
    "message": {
      "type": "string",
      "example": "Table created successfully"
    }
  },
  "name": "SuccessResponse"
}