{ "$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-create-request-structure.json", "name": "sessionSessionCreateRequest", "description": "SessionCreateRequest is for logging in.", "type": "object", "properties": { "password": { "type": "string" }, "token": { "type": "string" }, "username": { "type": "string" } } }