{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-schema/argo-cd-session-session-response-schema.json", "title": "sessionSessionResponse", "description": "SessionResponse wraps the created token or returns an empty string if deleted.", "type": "object", "properties": { "token": { "type": "string" } } }