{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Body_export_agent", "title": "Body_export_agent", "properties": { "spec": { "anyOf": [ { "$ref": "#/components/schemas/AgentFileSchema" }, { "type": "null" } ] }, "legacy_spec": { "anyOf": [ { "$ref": "#/components/schemas/letta__serialize_schemas__pydantic_agent_schema__AgentSchema" }, { "type": "null" } ] } }, "type": "object" }