Authentication response
{ "$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" } } } }