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