LoginResponse schema from Aqua Security API
{ "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" }