Apache Kylin · JSON Structure

Rest Api Auth Response Structure

Authentication response

Type: object Properties: 2
AnalyticsBig DataCubeOLAPOpen SourceSQL

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

Properties

userDetails authorities

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-auth-response-structure.json",
  "name": "AuthResponse",
  "description": "Authentication response",
  "properties": {
    "userDetails": {
      "type": "object"
    },
    "authorities": {
      "type": "array",
      "items": {
        "type": "object"
      }
    }
  }
}