Aqua Security · Schema

LoginResponse

LoginResponse schema from Aqua Security API

Cloud NativeContainersKubernetesRuntime ProtectionSecurityVulnerability Scanning

Properties

Name Type Description
token string JWT bearer token for subsequent API calls
View JSON Schema on GitHub

JSON Schema

aqua-security-api-login-response-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "token": {
      "type": "string",
      "example": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.abc123",
      "description": "JWT bearer token for subsequent API calls"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aqua-security/refs/heads/main/json-schema/aqua-security-api-login-response-schema.json",
  "title": "LoginResponse",
  "description": "LoginResponse schema from Aqua Security API"
}