Apache Kylin · Schema

AuthResponse

Authentication response

AnalyticsBig DataCubeOLAPOpen SourceSQL

Properties

Name Type Description
userDetails object
authorities array
View JSON Schema on GitHub

JSON Schema

rest-api-auth-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-kylin/refs/heads/main/json-schema/rest-api-auth-response-schema.json",
  "title": "AuthResponse",
  "description": "Authentication response",
  "type": "object",
  "properties": {
    "userDetails": {
      "type": "object"
    },
    "authorities": {
      "type": "array",
      "items": {
        "type": "object"
      }
    }
  }
}