{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AuthRequest", "title": "AuthRequest", "properties": { "password": { "type": "string", "title": "Password", "description": "Admin password provided when starting the Letta server" } }, "type": "object" }