pub fn json_schemas() -> Vec<schemars::Schema> {
#[allow(unused_mut)]
let mut schemas: Vec<schemars::Schema> = vec![
schemars::schema_for!(crate::agent::Agent),
schemars::schema_for!(crate::agent::AgentBase),
schemars::schema_for!(crate::agent::AgentWithFallbacks),
schemars::schema_for!(crate::agent::AgentWithFallbacksWithCount),
schemars::schema_for!(crate::agent::claude_agent_sdk::Agent),
schemars::schema_for!(crate::agent::claude_agent_sdk::AgentBase),
schemars::schema_for!(crate::agent::claude_agent_sdk::Continuation),
schemars::schema_for!(crate::agent::claude_agent_sdk::Effort),
schemars::schema_for!(crate::agent::claude_agent_sdk::OutputMode),
schemars::schema_for!(crate::agent::claude_agent_sdk::upstream::Upstream),
schemars::schema_for!(crate::agent::ClientObjectiveaiMcp),
schemars::schema_for!(crate::agent::ClientObjectiveaiMcpEntry),
schemars::schema_for!(crate::agent::ClientObjectiveaiMcpHeaders),
schemars::schema_for!(crate::agent::ClientObjectiveaiMcpPluginEntry),
schemars::schema_for!(crate::agent::ClientObjectiveaiMcpPluginMcpServer),
schemars::schema_for!(crate::agent::codex_sdk::Agent),
schemars::schema_for!(crate::agent::codex_sdk::AgentBase),
schemars::schema_for!(crate::agent::codex_sdk::Continuation),
schemars::schema_for!(crate::agent::codex_sdk::Effort),
schemars::schema_for!(crate::agent::codex_sdk::OutputMode),
schemars::schema_for!(crate::agent::codex_sdk::upstream::Upstream),
schemars::schema_for!(crate::agent::completions::message::AssistantMessage),
schemars::schema_for!(crate::agent::completions::message::AssistantMessageExpression),
schemars::schema_for!(crate::agent::completions::message::AssistantToolCall),
schemars::schema_for!(crate::agent::completions::message::AssistantToolCallDelta),
schemars::schema_for!(crate::agent::completions::message::AssistantToolCallExpression),
schemars::schema_for!(crate::agent::completions::message::AssistantToolCallFunction),
schemars::schema_for!(crate::agent::completions::message::AssistantToolCallFunctionDelta),
schemars::schema_for!(crate::agent::completions::message::AssistantToolCallFunctionExpression),
schemars::schema_for!(crate::agent::completions::message::AssistantToolCallType),
schemars::schema_for!(crate::agent::completions::message::DeveloperMessage),
schemars::schema_for!(crate::agent::completions::message::DeveloperMessageExpression),
schemars::schema_for!(crate::agent::completions::message::File),
schemars::schema_for!(crate::agent::completions::message::ImageUrl),
schemars::schema_for!(crate::agent::completions::message::ImageUrlDetail),
schemars::schema_for!(crate::agent::completions::message::InputAudio),
schemars::schema_for!(crate::agent::completions::message::Message),
schemars::schema_for!(crate::agent::completions::message::MessageExpression),
schemars::schema_for!(crate::agent::completions::message::PipeAck),
schemars::schema_for!(crate::agent::completions::message::RichContent),
schemars::schema_for!(crate::agent::completions::message::RichContentExpression),
schemars::schema_for!(crate::agent::completions::message::RichContentPart),
schemars::schema_for!(crate::agent::completions::message::RichContentPartExpression),
schemars::schema_for!(crate::agent::completions::message::SimpleContent),
schemars::schema_for!(crate::agent::completions::message::SimpleContentExpression),
schemars::schema_for!(crate::agent::completions::message::SimpleContentPart),
schemars::schema_for!(crate::agent::completions::message::SimpleContentPartExpression),
schemars::schema_for!(crate::agent::completions::message::SystemMessage),
schemars::schema_for!(crate::agent::completions::message::SystemMessageExpression),
schemars::schema_for!(crate::agent::completions::message::ToolMessage),
schemars::schema_for!(crate::agent::completions::message::ToolMessageExpression),
schemars::schema_for!(crate::agent::completions::message::ToolResponseMetadata),
schemars::schema_for!(crate::agent::completions::message::UserMessage),
schemars::schema_for!(crate::agent::completions::message::UserMessageExpression),
schemars::schema_for!(crate::agent::completions::message::VideoUrl),
schemars::schema_for!(crate::agent::completions::request::AgentCompletionCreateParams),
schemars::schema_for!(crate::agent::completions::request::Provider),
schemars::schema_for!(crate::agent::completions::request::ProviderDataCollection),
schemars::schema_for!(crate::agent::completions::request::ProviderMaxPrice),
schemars::schema_for!(crate::agent::completions::request::ProviderSort),
schemars::schema_for!(crate::agent::completions::request::ResponseFormat),
schemars::schema_for!(crate::agent::completions::request::ResponseFormatParam),
schemars::schema_for!(crate::agent::completions::response::AssistantRole),
schemars::schema_for!(crate::agent::completions::response::CompletionTokensDetails),
schemars::schema_for!(crate::agent::completions::response::CostDetails),
schemars::schema_for!(crate::agent::completions::response::FinishReason),
schemars::schema_for!(crate::agent::completions::response::Logprob),
schemars::schema_for!(crate::agent::completions::response::Logprobs),
schemars::schema_for!(crate::agent::completions::response::PromptTokensDetails),
schemars::schema_for!(crate::agent::completions::response::streaming::AgentCompletionChunk),
schemars::schema_for!(crate::agent::completions::response::streaming::AssistantResponseChunk),
schemars::schema_for!(crate::agent::completions::response::streaming::MessageChunk),
schemars::schema_for!(crate::agent::completions::response::streaming::Object),
schemars::schema_for!(crate::agent::completions::response::ToolResponse),
schemars::schema_for!(crate::agent::completions::response::ToolRole),
schemars::schema_for!(crate::agent::completions::response::TopLogprob),
schemars::schema_for!(crate::agent::completions::response::unary::AgentCompletion),
schemars::schema_for!(crate::agent::completions::response::unary::AssistantResponse),
schemars::schema_for!(crate::agent::completions::response::unary::Message),
schemars::schema_for!(crate::agent::completions::response::unary::Object),
schemars::schema_for!(crate::agent::completions::response::UpstreamUsage),
schemars::schema_for!(crate::agent::completions::response::Usage),
schemars::schema_for!(crate::agent::Continuation),
schemars::schema_for!(crate::agent::InlineAgent),
schemars::schema_for!(crate::agent::InlineAgentBase),
schemars::schema_for!(crate::agent::InlineAgentBaseWithFallbacks),
schemars::schema_for!(crate::agent::InlineAgentBaseWithFallbacksOrRemote),
schemars::schema_for!(crate::agent::InlineAgentBaseWithFallbacksOrRemoteCommitOptional),
schemars::schema_for!(crate::agent::InlineAgentBaseWithFallbacksOrRemoteWithCount),
schemars::schema_for!(crate::agent::InlineAgentWithFallbacks),
schemars::schema_for!(crate::agent::McpServer),
schemars::schema_for!(crate::agent::mock::Agent),
schemars::schema_for!(crate::agent::mock::AgentBase),
schemars::schema_for!(crate::agent::mock::Call),
schemars::schema_for!(crate::agent::mock::CallToolCall),
schemars::schema_for!(crate::agent::mock::Continuation),
schemars::schema_for!(crate::agent::mock::OutputMode),
schemars::schema_for!(crate::agent::mock::upstream::Upstream),
schemars::schema_for!(crate::agent::openrouter::Agent),
schemars::schema_for!(crate::agent::openrouter::AgentBase),
schemars::schema_for!(crate::agent::openrouter::ContextCompression),
schemars::schema_for!(crate::agent::openrouter::Continuation),
schemars::schema_for!(crate::agent::openrouter::OutputMode),
schemars::schema_for!(crate::agent::openrouter::Provider),
schemars::schema_for!(crate::agent::openrouter::ProviderQuantization),
schemars::schema_for!(crate::agent::openrouter::Reasoning),
schemars::schema_for!(crate::agent::openrouter::ReasoningEffort),
schemars::schema_for!(crate::agent::openrouter::ReasoningSummaryVerbosity),
schemars::schema_for!(crate::agent::openrouter::Stop),
schemars::schema_for!(crate::agent::openrouter::upstream::Upstream),
schemars::schema_for!(crate::agent::openrouter::Verbosity),
schemars::schema_for!(crate::agent::OutputMode),
schemars::schema_for!(crate::agent::RemoteAgent),
schemars::schema_for!(crate::agent::RemoteAgentBase),
schemars::schema_for!(crate::agent::RemoteAgentBaseWithFallbacks),
schemars::schema_for!(crate::agent::RemoteAgentWithFallbacks),
schemars::schema_for!(crate::agent::Upstream),
schemars::schema_for!(crate::auth::ApiKey),
schemars::schema_for!(crate::auth::ApiKeyWithMetadata),
schemars::schema_for!(crate::auth::request::CreateApiKeyRequest),
schemars::schema_for!(crate::auth::request::CreateOpenRouterByokApiKeyRequest),
schemars::schema_for!(crate::auth::request::DisableApiKeyRequest),
schemars::schema_for!(crate::auth::response::GetCreditsResponse),
schemars::schema_for!(crate::auth::response::GetOpenRouterByokApiKeyResponse),
schemars::schema_for!(crate::auth::response::ListApiKeyItem),
schemars::schema_for!(crate::auth::response::ListApiKeyResponse),
schemars::schema_for!(crate::error::request::ErrorCreateParams),
schemars::schema_for!(crate::error::response::ErrorResponse),
schemars::schema_for!(crate::error::ResponseError),
schemars::schema_for!(crate::functions::alpha_scalar::BranchTaskExpression),
schemars::schema_for!(crate::functions::alpha_scalar::InlineFunction),
schemars::schema_for!(crate::functions::alpha_scalar::LeafTaskExpression),
schemars::schema_for!(crate::functions::alpha_scalar::PlaceholderScalarFunctionTaskExpression),
schemars::schema_for!(crate::functions::alpha_scalar::RemoteFunction),
schemars::schema_for!(crate::functions::alpha_scalar::ScalarFunctionTaskExpression),
schemars::schema_for!(crate::functions::alpha_scalar::VectorCompletionTaskExpression),
schemars::schema_for!(crate::functions::alpha_vector::BranchTaskExpression),
schemars::schema_for!(crate::functions::alpha_vector::expression::VectorFunctionInputSchema),
schemars::schema_for!(crate::functions::alpha_vector::expression::VectorFunctionInputValue),
schemars::schema_for!(crate::functions::alpha_vector::expression::VectorFunctionInputValueExpression),
schemars::schema_for!(crate::functions::alpha_vector::InlineFunction),
schemars::schema_for!(crate::functions::alpha_vector::LeafTaskExpression),
schemars::schema_for!(crate::functions::alpha_vector::PlaceholderScalarFunctionTaskExpression),
schemars::schema_for!(crate::functions::alpha_vector::PlaceholderVectorFunctionTaskExpression),
schemars::schema_for!(crate::functions::alpha_vector::RemoteFunction),
schemars::schema_for!(crate::functions::alpha_vector::ScalarFunctionTaskExpression),
schemars::schema_for!(crate::functions::alpha_vector::VectorCompletionTaskExpression),
schemars::schema_for!(crate::functions::alpha_vector::VectorFunctionTaskExpression),
schemars::schema_for!(crate::functions::AlphaInlineFunction),
schemars::schema_for!(crate::functions::AlphaRemoteFunction),
schemars::schema_for!(crate::functions::check::ScalarFieldsValidation),
schemars::schema_for!(crate::functions::check::VectorFieldsValidation),
schemars::schema_for!(crate::functions::CompiledTask),
schemars::schema_for!(crate::functions::executions::request::FunctionExecutionCreateParams),
schemars::schema_for!(crate::functions::executions::request::Reasoning),
schemars::schema_for!(crate::functions::executions::request::Strategy),
schemars::schema_for!(crate::functions::executions::response::Output),
schemars::schema_for!(crate::functions::executions::response::streaming::FunctionExecutionChunk),
schemars::schema_for!(crate::functions::executions::response::streaming::FunctionExecutionTaskChunk),
schemars::schema_for!(crate::functions::executions::response::streaming::InnerError<'_>),
schemars::schema_for!(crate::functions::executions::response::streaming::Object),
schemars::schema_for!(crate::functions::executions::response::streaming::ReasoningSummaryChunk),
schemars::schema_for!(crate::functions::executions::response::streaming::TaskChunk),
schemars::schema_for!(crate::functions::executions::response::streaming::VectorCompletionTaskChunk),
schemars::schema_for!(crate::functions::executions::response::unary::FunctionExecution),
schemars::schema_for!(crate::functions::executions::response::unary::FunctionExecutionTask),
schemars::schema_for!(crate::functions::executions::response::unary::Object),
schemars::schema_for!(crate::functions::executions::response::unary::ReasoningSummary),
schemars::schema_for!(crate::functions::executions::response::unary::Task),
schemars::schema_for!(crate::functions::executions::response::unary::VectorCompletionTask),
schemars::schema_for!(crate::functions::expression::AnyOfInputSchema),
schemars::schema_for!(crate::functions::expression::ArrayInputSchema),
schemars::schema_for!(crate::functions::expression::ArrayInputSchemaType),
schemars::schema_for!(crate::functions::expression::AudioInputSchema),
schemars::schema_for!(crate::functions::expression::AudioInputSchemaType),
schemars::schema_for!(crate::functions::expression::BooleanInputSchema),
schemars::schema_for!(crate::functions::expression::BooleanInputSchemaType),
schemars::schema_for!(crate::functions::expression::Expression),
schemars::schema_for!(crate::functions::expression::FileInputSchema),
schemars::schema_for!(crate::functions::expression::FileInputSchemaType),
schemars::schema_for!(crate::functions::expression::ImageInputSchema),
schemars::schema_for!(crate::functions::expression::ImageInputSchemaType),
schemars::schema_for!(crate::functions::expression::InputSchema),
schemars::schema_for!(crate::functions::expression::InputValue),
schemars::schema_for!(crate::functions::expression::InputValueExpression),
schemars::schema_for!(crate::functions::expression::IntegerInputSchema),
schemars::schema_for!(crate::functions::expression::IntegerInputSchemaType),
schemars::schema_for!(crate::functions::expression::NumberInputSchema),
schemars::schema_for!(crate::functions::expression::NumberInputSchemaType),
schemars::schema_for!(crate::functions::expression::ObjectInputSchema),
schemars::schema_for!(crate::functions::expression::ObjectInputSchemaType),
schemars::schema_for!(crate::functions::expression::ParamsOwned),
schemars::schema_for!(crate::functions::expression::Special),
schemars::schema_for!(crate::functions::expression::StringInputSchema),
schemars::schema_for!(crate::functions::expression::StringInputSchemaType),
schemars::schema_for!(crate::functions::expression::TaskOutputOwned),
schemars::schema_for!(crate::functions::expression::VideoInputSchema),
schemars::schema_for!(crate::functions::expression::VideoInputSchemaType),
schemars::schema_for!(crate::functions::expression::WithExpression<crate::agent::completions::message::AssistantToolCallExpression>),
schemars::schema_for!(crate::functions::expression::WithExpression<crate::agent::completions::message::AssistantToolCallFunctionExpression>),
schemars::schema_for!(crate::functions::expression::WithExpression<crate::agent::completions::message::File>),
schemars::schema_for!(crate::functions::expression::WithExpression<crate::agent::completions::message::ImageUrl>),
schemars::schema_for!(crate::functions::expression::WithExpression<crate::agent::completions::message::InputAudio>),
schemars::schema_for!(crate::functions::expression::WithExpression<crate::agent::completions::message::MessageExpression>),
schemars::schema_for!(crate::functions::expression::WithExpression<crate::agent::completions::message::RichContentExpression>),
schemars::schema_for!(crate::functions::expression::WithExpression<crate::agent::completions::message::RichContentPartExpression>),
schemars::schema_for!(crate::functions::expression::WithExpression<crate::agent::completions::message::SimpleContentExpression>),
schemars::schema_for!(crate::functions::expression::WithExpression<crate::agent::completions::message::SimpleContentPartExpression>),
schemars::schema_for!(crate::functions::expression::WithExpression<crate::agent::completions::message::VideoUrl>),
schemars::schema_for!(crate::functions::expression::WithExpression<crate::functions::expression::InputValueExpression>),
schemars::schema_for!(crate::functions::expression::WithExpression<String>),
schemars::schema_for!(crate::functions::expression::WithExpression<Vec<crate::functions::expression::WithExpression<crate::agent::completions::message::AssistantToolCallExpression>>>),
schemars::schema_for!(crate::functions::expression::WithExpression<Vec<crate::functions::expression::WithExpression<crate::agent::completions::message::MessageExpression>>>),
schemars::schema_for!(crate::functions::expression::WithExpression<Vec<crate::functions::expression::WithExpression<crate::agent::completions::message::RichContentExpression>>>),
schemars::schema_for!(crate::functions::FullFunction),
schemars::schema_for!(crate::functions::FullInlineFunction),
schemars::schema_for!(crate::functions::FullInlineFunctionOrRemoteCommitOptional),
schemars::schema_for!(crate::functions::FullRemoteFunction),
schemars::schema_for!(crate::functions::Function),
schemars::schema_for!(crate::functions::FunctionType),
schemars::schema_for!(crate::functions::InlineFunction),
schemars::schema_for!(crate::functions::InlineProfile),
schemars::schema_for!(crate::functions::InlineProfileOrRemoteCommitOptional),
schemars::schema_for!(crate::functions::InlineTasksProfile),
schemars::schema_for!(crate::functions::PlaceholderScalarFunctionTask),
schemars::schema_for!(crate::functions::PlaceholderScalarFunctionTaskExpression),
schemars::schema_for!(crate::functions::PlaceholderVectorFunctionTask),
schemars::schema_for!(crate::functions::PlaceholderVectorFunctionTaskExpression),
schemars::schema_for!(crate::functions::Profile),
schemars::schema_for!(crate::functions::profiles::computations::request::DatasetItem),
schemars::schema_for!(crate::functions::profiles::computations::request::FunctionProfileComputationCreateParams),
schemars::schema_for!(crate::functions::profiles::computations::request::Target),
schemars::schema_for!(crate::functions::profiles::computations::response::FittingStats),
schemars::schema_for!(crate::functions::profiles::computations::response::streaming::FunctionExecutionChunk),
schemars::schema_for!(crate::functions::profiles::computations::response::streaming::FunctionProfileComputationChunk),
schemars::schema_for!(crate::functions::profiles::computations::response::streaming::Object),
schemars::schema_for!(crate::functions::profiles::computations::response::unary::FunctionExecution),
schemars::schema_for!(crate::functions::profiles::computations::response::unary::FunctionProfileComputation),
schemars::schema_for!(crate::functions::profiles::computations::response::unary::Object),
schemars::schema_for!(crate::functions::RemoteFunction),
schemars::schema_for!(crate::functions::RemoteProfile),
schemars::schema_for!(crate::functions::RemoteTasksProfile),
schemars::schema_for!(crate::functions::ScalarFunctionTask),
schemars::schema_for!(crate::functions::ScalarFunctionTaskExpression),
schemars::schema_for!(crate::functions::Task),
schemars::schema_for!(crate::functions::TaskExpression),
schemars::schema_for!(crate::functions::TaskProfile),
schemars::schema_for!(crate::functions::VectorCompletionTask),
schemars::schema_for!(crate::functions::VectorCompletionTaskExpression),
schemars::schema_for!(crate::functions::VectorFunctionTask),
schemars::schema_for!(crate::functions::VectorFunctionTaskExpression),
schemars::schema_for!(crate::remote::Remote),
schemars::schema_for!(crate::remote::RemotePath),
schemars::schema_for!(crate::remote::RemotePathCommitOptional),
schemars::schema_for!(crate::swarm::InlineSwarm),
schemars::schema_for!(crate::swarm::InlineSwarmBase),
schemars::schema_for!(crate::swarm::InlineSwarmBaseOrRemote),
schemars::schema_for!(crate::swarm::InlineSwarmBaseOrRemoteCommitOptional),
schemars::schema_for!(crate::swarm::RemoteSwarm),
schemars::schema_for!(crate::swarm::RemoteSwarmBase),
schemars::schema_for!(crate::swarm::Swarm),
schemars::schema_for!(crate::swarm::SwarmBase),
schemars::schema_for!(crate::vector::completions::request::VectorCompletionCreateParams),
schemars::schema_for!(crate::vector::completions::response::streaming::AgentCompletionChunk),
schemars::schema_for!(crate::vector::completions::response::streaming::InnerError<'_>),
schemars::schema_for!(crate::vector::completions::response::streaming::Object),
schemars::schema_for!(crate::vector::completions::response::streaming::VectorCompletionChunk),
schemars::schema_for!(crate::vector::completions::response::unary::AgentCompletion),
schemars::schema_for!(crate::vector::completions::response::unary::Object),
schemars::schema_for!(crate::vector::completions::response::unary::VectorCompletion),
schemars::schema_for!(crate::vector::completions::response::Vote),
schemars::schema_for!(crate::vector::completions::VectorResponses),
schemars::schema_for!(crate::weights::Weights),
schemars::schema_for!(crate::weights::WeightsEntry),
];
#[cfg(feature = "cli")]
schemas.extend([
schemars::schema_for!(crate::cli::command::AgentArguments),
schemars::schema_for!(crate::cli::command::agents::enqueue::Path),
schemars::schema_for!(crate::cli::command::agents::enqueue::Request),
schemars::schema_for!(crate::cli::command::agents::enqueue::request_schema::Path),
schemars::schema_for!(crate::cli::command::agents::enqueue::request_schema::Request),
schemars::schema_for!(crate::cli::command::agents::enqueue::Response),
schemars::schema_for!(crate::cli::command::agents::enqueue::response_schema::Path),
schemars::schema_for!(crate::cli::command::agents::enqueue::response_schema::Request),
schemars::schema_for!(crate::cli::command::agents::get::Path),
schemars::schema_for!(crate::cli::command::agents::get::Request),
schemars::schema_for!(crate::cli::command::agents::get::request_schema::Path),
schemars::schema_for!(crate::cli::command::agents::get::request_schema::Request),
schemars::schema_for!(crate::cli::command::agents::get::Response),
schemars::schema_for!(crate::cli::command::agents::get::response_schema::Path),
schemars::schema_for!(crate::cli::command::agents::get::response_schema::Request),
schemars::schema_for!(crate::cli::command::agents::instances::get::Path),
schemars::schema_for!(crate::cli::command::agents::instances::get::Request),
schemars::schema_for!(crate::cli::command::agents::instances::get::request_schema::Path),
schemars::schema_for!(crate::cli::command::agents::instances::get::request_schema::Request),
schemars::schema_for!(crate::cli::command::agents::instances::get::response_schema::Path),
schemars::schema_for!(crate::cli::command::agents::instances::get::response_schema::Request),
schemars::schema_for!(crate::cli::command::agents::instances::list::Path),
schemars::schema_for!(crate::cli::command::agents::instances::list::Request),
schemars::schema_for!(crate::cli::command::agents::instances::list::request_schema::Path),
schemars::schema_for!(crate::cli::command::agents::instances::list::request_schema::Request),
schemars::schema_for!(crate::cli::command::agents::instances::list::response_schema::Path),
schemars::schema_for!(crate::cli::command::agents::instances::list::response_schema::Request),
schemars::schema_for!(crate::cli::command::agents::instances::list::ResponseItem),
schemars::schema_for!(crate::cli::command::agents::instances::Request),
schemars::schema_for!(crate::cli::command::agents::list::Path),
schemars::schema_for!(crate::cli::command::agents::list::Request),
schemars::schema_for!(crate::cli::command::agents::list::request_schema::Path),
schemars::schema_for!(crate::cli::command::agents::list::request_schema::Request),
schemars::schema_for!(crate::cli::command::agents::list::response_schema::Path),
schemars::schema_for!(crate::cli::command::agents::list::response_schema::Request),
schemars::schema_for!(crate::cli::command::agents::logs::read::all::AssistantResponsePart),
schemars::schema_for!(crate::cli::command::agents::logs::read::all::ClientNotificationPart),
schemars::schema_for!(crate::cli::command::agents::logs::read::all::ClientNotificationPartType),
schemars::schema_for!(crate::cli::command::agents::logs::read::all::Path),
schemars::schema_for!(crate::cli::command::agents::logs::read::all::Request),
schemars::schema_for!(crate::cli::command::agents::logs::read::all::request_schema::Path),
schemars::schema_for!(crate::cli::command::agents::logs::read::all::request_schema::Request),
schemars::schema_for!(crate::cli::command::agents::logs::read::all::response_schema::Path),
schemars::schema_for!(crate::cli::command::agents::logs::read::all::response_schema::Request),
schemars::schema_for!(crate::cli::command::agents::logs::read::all::ResponseItem),
schemars::schema_for!(crate::cli::command::agents::logs::read::all::Target),
schemars::schema_for!(crate::cli::command::agents::logs::read::all::ToolResponsePart),
schemars::schema_for!(crate::cli::command::agents::logs::read::all::ToolResponsePartType),
schemars::schema_for!(crate::cli::command::agents::logs::read::id::Path),
schemars::schema_for!(crate::cli::command::agents::logs::read::id::Request),
schemars::schema_for!(crate::cli::command::agents::logs::read::id::request_schema::Path),
schemars::schema_for!(crate::cli::command::agents::logs::read::id::request_schema::Request),
schemars::schema_for!(crate::cli::command::agents::logs::read::id::Response),
schemars::schema_for!(crate::cli::command::agents::logs::read::id::response_schema::Path),
schemars::schema_for!(crate::cli::command::agents::logs::read::id::response_schema::Request),
schemars::schema_for!(crate::cli::command::agents::logs::read::pending::Path),
schemars::schema_for!(crate::cli::command::agents::logs::read::pending::Request),
schemars::schema_for!(crate::cli::command::agents::logs::read::pending::request_schema::Path),
schemars::schema_for!(crate::cli::command::agents::logs::read::pending::request_schema::Request),
schemars::schema_for!(crate::cli::command::agents::logs::read::pending::response_schema::Path),
schemars::schema_for!(crate::cli::command::agents::logs::read::pending::response_schema::Request),
schemars::schema_for!(crate::cli::command::agents::logs::read::Request),
schemars::schema_for!(crate::cli::command::agents::logs::read::subscribe::AgentsInactiveTag),
schemars::schema_for!(crate::cli::command::agents::logs::read::subscribe::KindFilter),
schemars::schema_for!(crate::cli::command::agents::logs::read::subscribe::Path),
schemars::schema_for!(crate::cli::command::agents::logs::read::subscribe::Request),
schemars::schema_for!(crate::cli::command::agents::logs::read::subscribe::request_schema::Path),
schemars::schema_for!(crate::cli::command::agents::logs::read::subscribe::request_schema::Request),
schemars::schema_for!(crate::cli::command::agents::logs::read::subscribe::response_schema::Path),
schemars::schema_for!(crate::cli::command::agents::logs::read::subscribe::response_schema::Request),
schemars::schema_for!(crate::cli::command::agents::logs::read::subscribe::ResponseItem),
schemars::schema_for!(crate::cli::command::agents::message::Path),
schemars::schema_for!(crate::cli::command::agents::message::Request),
schemars::schema_for!(crate::cli::command::agents::message::request_schema::Path),
schemars::schema_for!(crate::cli::command::agents::message::request_schema::Request),
schemars::schema_for!(crate::cli::command::agents::message::RequestDangerousAdvanced),
schemars::schema_for!(crate::cli::command::agents::message::RequestMessage),
schemars::schema_for!(crate::cli::command::agents::message::Response),
schemars::schema_for!(crate::cli::command::agents::message::response_schema::Path),
schemars::schema_for!(crate::cli::command::agents::message::response_schema::Request),
schemars::schema_for!(crate::cli::command::agents::publish::Path),
schemars::schema_for!(crate::cli::command::agents::publish::Request),
schemars::schema_for!(crate::cli::command::agents::publish::request_schema::Path),
schemars::schema_for!(crate::cli::command::agents::publish::request_schema::Request),
schemars::schema_for!(crate::cli::command::agents::publish::RequestBody),
schemars::schema_for!(crate::cli::command::agents::publish::RequestPublishMessage),
schemars::schema_for!(crate::cli::command::agents::publish::Response),
schemars::schema_for!(crate::cli::command::agents::publish::response_schema::Path),
schemars::schema_for!(crate::cli::command::agents::publish::response_schema::Request),
schemars::schema_for!(crate::cli::command::agents::queue::delete::Path),
schemars::schema_for!(crate::cli::command::agents::queue::delete::Request),
schemars::schema_for!(crate::cli::command::agents::queue::delete::request_schema::Path),
schemars::schema_for!(crate::cli::command::agents::queue::delete::request_schema::Request),
schemars::schema_for!(crate::cli::command::agents::queue::delete::Response),
schemars::schema_for!(crate::cli::command::agents::queue::delete::response_schema::Path),
schemars::schema_for!(crate::cli::command::agents::queue::delete::response_schema::Request),
schemars::schema_for!(crate::cli::command::agents::queue::deliver::AgentActiveResponseItem),
schemars::schema_for!(crate::cli::command::agents::queue::deliver::AgentActiveType),
schemars::schema_for!(crate::cli::command::agents::queue::deliver::AgentSpawnedResponseItem),
schemars::schema_for!(crate::cli::command::agents::queue::deliver::AgentSpawnedType),
schemars::schema_for!(crate::cli::command::agents::queue::deliver::AllAgentsActive),
schemars::schema_for!(crate::cli::command::agents::queue::deliver::Path),
schemars::schema_for!(crate::cli::command::agents::queue::deliver::Request),
schemars::schema_for!(crate::cli::command::agents::queue::deliver::RequestDangerousAdvanced),
schemars::schema_for!(crate::cli::command::agents::queue::deliver::request_schema::Path),
schemars::schema_for!(crate::cli::command::agents::queue::deliver::request_schema::Request),
schemars::schema_for!(crate::cli::command::agents::queue::deliver::response_schema::Path),
schemars::schema_for!(crate::cli::command::agents::queue::deliver::response_schema::Request),
schemars::schema_for!(crate::cli::command::agents::queue::deliver::ResponseItem),
schemars::schema_for!(crate::cli::command::agents::queue::deliver::TagActiveResponseItem),
schemars::schema_for!(crate::cli::command::agents::queue::deliver::TagActiveType),
schemars::schema_for!(crate::cli::command::agents::queue::deliver::TagSpawnedResponseItem),
schemars::schema_for!(crate::cli::command::agents::queue::deliver::TagSpawnedType),
schemars::schema_for!(crate::cli::command::agents::queue::deliver::ValueResponseItem),
schemars::schema_for!(crate::cli::command::agents::queue::read::id::Path),
schemars::schema_for!(crate::cli::command::agents::queue::read::id::Request),
schemars::schema_for!(crate::cli::command::agents::queue::read::id::request_schema::Path),
schemars::schema_for!(crate::cli::command::agents::queue::read::id::request_schema::Request),
schemars::schema_for!(crate::cli::command::agents::queue::read::id::response_schema::Path),
schemars::schema_for!(crate::cli::command::agents::queue::read::id::response_schema::Request),
schemars::schema_for!(crate::cli::command::agents::queue::read::pending::Path),
schemars::schema_for!(crate::cli::command::agents::queue::read::pending::QueuePart),
schemars::schema_for!(crate::cli::command::agents::queue::read::pending::Request),
schemars::schema_for!(crate::cli::command::agents::queue::read::pending::request_schema::Path),
schemars::schema_for!(crate::cli::command::agents::queue::read::pending::request_schema::Request),
schemars::schema_for!(crate::cli::command::agents::queue::read::pending::response_schema::Path),
schemars::schema_for!(crate::cli::command::agents::queue::read::pending::response_schema::Request),
schemars::schema_for!(crate::cli::command::agents::queue::read::pending::ResponseItem),
schemars::schema_for!(crate::cli::command::agents::queue::read::Request),
schemars::schema_for!(crate::cli::command::agents::queue::Request),
schemars::schema_for!(crate::cli::command::agents::Request),
schemars::schema_for!(crate::cli::command::agents::selector::AgentRef),
schemars::schema_for!(crate::cli::command::agents::selector::AgentSelector), schemars::schema_for!(crate::cli::command::agents::spawn::Path),
schemars::schema_for!(crate::cli::command::agents::spawn::Request),
schemars::schema_for!(crate::cli::command::agents::spawn::request_schema::Path),
schemars::schema_for!(crate::cli::command::agents::spawn::request_schema::Request),
schemars::schema_for!(crate::cli::command::agents::spawn::RequestDangerousAdvanced),
schemars::schema_for!(crate::cli::command::agents::spawn::response_schema::Path),
schemars::schema_for!(crate::cli::command::agents::spawn::response_schema::Request),
schemars::schema_for!(crate::cli::command::agents::spawn::ResponseItem),
schemars::schema_for!(crate::cli::command::agents::tags::apply::AgentTagResolution),
schemars::schema_for!(crate::cli::command::agents::tags::apply::Path),
schemars::schema_for!(crate::cli::command::agents::tags::apply::Request),
schemars::schema_for!(crate::cli::command::agents::tags::apply::request_schema::Path),
schemars::schema_for!(crate::cli::command::agents::tags::apply::request_schema::Request),
schemars::schema_for!(crate::cli::command::agents::tags::apply::Response),
schemars::schema_for!(crate::cli::command::agents::tags::apply::response_schema::Path),
schemars::schema_for!(crate::cli::command::agents::tags::apply::response_schema::Request),
schemars::schema_for!(crate::cli::command::agents::tags::apply::Target),
schemars::schema_for!(crate::cli::command::agents::tags::lookup::LookupState),
schemars::schema_for!(crate::cli::command::agents::tags::lookup::Path),
schemars::schema_for!(crate::cli::command::agents::tags::lookup::Request),
schemars::schema_for!(crate::cli::command::agents::tags::lookup::request_schema::Path),
schemars::schema_for!(crate::cli::command::agents::tags::lookup::request_schema::Request),
schemars::schema_for!(crate::cli::command::agents::tags::lookup::Response),
schemars::schema_for!(crate::cli::command::agents::tags::lookup::response_schema::Path),
schemars::schema_for!(crate::cli::command::agents::tags::lookup::response_schema::Request),
schemars::schema_for!(crate::cli::command::agents::tags::Request),
schemars::schema_for!(crate::cli::command::agents::wait::Path),
schemars::schema_for!(crate::cli::command::agents::wait::Request),
schemars::schema_for!(crate::cli::command::agents::wait::request_schema::Path),
schemars::schema_for!(crate::cli::command::agents::wait::request_schema::Request),
schemars::schema_for!(crate::cli::command::agents::wait::response_schema::Path),
schemars::schema_for!(crate::cli::command::agents::wait::response_schema::Request),
schemars::schema_for!(crate::cli::command::api::Request),
schemars::schema_for!(crate::cli::command::api::kill::Path),
schemars::schema_for!(crate::cli::command::api::kill::Request),
schemars::schema_for!(crate::cli::command::api::kill::Response),
schemars::schema_for!(crate::cli::command::api::kill::request_schema::Path),
schemars::schema_for!(crate::cli::command::api::kill::request_schema::Request),
schemars::schema_for!(crate::cli::command::api::kill::response_schema::Path),
schemars::schema_for!(crate::cli::command::api::kill::response_schema::Request),
schemars::schema_for!(crate::cli::command::api::spawn::Path),
schemars::schema_for!(crate::cli::command::api::spawn::Request),
schemars::schema_for!(crate::cli::command::api::spawn::Response),
schemars::schema_for!(crate::cli::command::api::spawn::request_schema::Path),
schemars::schema_for!(crate::cli::command::api::spawn::request_schema::Request),
schemars::schema_for!(crate::cli::command::api::spawn::response_schema::Path),
schemars::schema_for!(crate::cli::command::api::spawn::response_schema::Request),
schemars::schema_for!(crate::cli::command::GetScope),
schemars::schema_for!(crate::cli::command::SetScope),
schemars::schema_for!(crate::cli::command::api::config::Request),
schemars::schema_for!(crate::cli::command::api::config::address::Request),
schemars::schema_for!(crate::cli::command::api::config::address::get::Path),
schemars::schema_for!(crate::cli::command::api::config::address::get::Request),
schemars::schema_for!(crate::cli::command::api::config::address::get::Response),
schemars::schema_for!(crate::cli::command::api::config::address::get::request_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::address::get::request_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::address::get::response_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::address::get::response_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::address::set::Path),
schemars::schema_for!(crate::cli::command::api::config::address::set::Request),
schemars::schema_for!(crate::cli::command::api::config::address::set::request_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::address::set::request_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::address::set::response_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::address::set::response_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::commit_author_email::Request),
schemars::schema_for!(crate::cli::command::api::config::commit_author_email::get::Path),
schemars::schema_for!(crate::cli::command::api::config::commit_author_email::get::Request),
schemars::schema_for!(crate::cli::command::api::config::commit_author_email::get::Response),
schemars::schema_for!(crate::cli::command::api::config::commit_author_email::get::request_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::commit_author_email::get::request_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::commit_author_email::get::response_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::commit_author_email::get::response_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::commit_author_email::set::Path),
schemars::schema_for!(crate::cli::command::api::config::commit_author_email::set::Request),
schemars::schema_for!(crate::cli::command::api::config::commit_author_email::set::request_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::commit_author_email::set::request_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::commit_author_email::set::response_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::commit_author_email::set::response_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::commit_author_name::Request),
schemars::schema_for!(crate::cli::command::api::config::commit_author_name::get::Path),
schemars::schema_for!(crate::cli::command::api::config::commit_author_name::get::Request),
schemars::schema_for!(crate::cli::command::api::config::commit_author_name::get::Response),
schemars::schema_for!(crate::cli::command::api::config::commit_author_name::get::request_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::commit_author_name::get::request_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::commit_author_name::get::response_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::commit_author_name::get::response_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::commit_author_name::set::Path),
schemars::schema_for!(crate::cli::command::api::config::commit_author_name::set::Request),
schemars::schema_for!(crate::cli::command::api::config::commit_author_name::set::request_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::commit_author_name::set::request_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::commit_author_name::set::response_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::commit_author_name::set::response_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::get::Path),
schemars::schema_for!(crate::cli::command::api::config::get::Request),
schemars::schema_for!(crate::cli::command::api::config::get::Response),
schemars::schema_for!(crate::cli::command::api::config::get::request_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::get::request_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::get::response_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::get::response_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::github_authorization::Request),
schemars::schema_for!(crate::cli::command::api::config::github_authorization::get::Path),
schemars::schema_for!(crate::cli::command::api::config::github_authorization::get::Request),
schemars::schema_for!(crate::cli::command::api::config::github_authorization::get::Response),
schemars::schema_for!(crate::cli::command::api::config::github_authorization::get::request_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::github_authorization::get::request_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::github_authorization::get::response_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::github_authorization::get::response_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::github_authorization::set::Path),
schemars::schema_for!(crate::cli::command::api::config::github_authorization::set::Request),
schemars::schema_for!(crate::cli::command::api::config::github_authorization::set::request_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::github_authorization::set::request_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::github_authorization::set::response_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::github_authorization::set::response_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::http_referer::Request),
schemars::schema_for!(crate::cli::command::api::config::http_referer::get::Path),
schemars::schema_for!(crate::cli::command::api::config::http_referer::get::Request),
schemars::schema_for!(crate::cli::command::api::config::http_referer::get::Response),
schemars::schema_for!(crate::cli::command::api::config::http_referer::get::request_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::http_referer::get::request_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::http_referer::get::response_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::http_referer::get::response_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::http_referer::set::Path),
schemars::schema_for!(crate::cli::command::api::config::http_referer::set::Request),
schemars::schema_for!(crate::cli::command::api::config::http_referer::set::request_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::http_referer::set::request_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::http_referer::set::response_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::http_referer::set::response_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::mcp_authorization::Request),
schemars::schema_for!(crate::cli::command::api::config::mcp_authorization::add::Path),
schemars::schema_for!(crate::cli::command::api::config::mcp_authorization::add::Request),
schemars::schema_for!(crate::cli::command::api::config::mcp_authorization::add::request_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::mcp_authorization::add::request_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::mcp_authorization::add::response_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::mcp_authorization::add::response_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::mcp_authorization::del::Path),
schemars::schema_for!(crate::cli::command::api::config::mcp_authorization::del::Request),
schemars::schema_for!(crate::cli::command::api::config::mcp_authorization::del::request_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::mcp_authorization::del::request_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::mcp_authorization::del::response_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::mcp_authorization::del::response_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::mcp_authorization::get::Path),
schemars::schema_for!(crate::cli::command::api::config::mcp_authorization::get::Request),
schemars::schema_for!(crate::cli::command::api::config::mcp_authorization::get::Response),
schemars::schema_for!(crate::cli::command::api::config::mcp_authorization::get::request_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::mcp_authorization::get::request_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::mcp_authorization::get::response_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::mcp_authorization::get::response_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::objectiveai_authorization::Request),
schemars::schema_for!(crate::cli::command::api::config::objectiveai_authorization::get::Path),
schemars::schema_for!(crate::cli::command::api::config::objectiveai_authorization::get::Request),
schemars::schema_for!(crate::cli::command::api::config::objectiveai_authorization::get::Response),
schemars::schema_for!(crate::cli::command::api::config::objectiveai_authorization::get::request_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::objectiveai_authorization::get::request_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::objectiveai_authorization::get::response_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::objectiveai_authorization::get::response_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::objectiveai_authorization::set::Path),
schemars::schema_for!(crate::cli::command::api::config::objectiveai_authorization::set::Request),
schemars::schema_for!(crate::cli::command::api::config::objectiveai_authorization::set::request_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::objectiveai_authorization::set::request_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::objectiveai_authorization::set::response_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::objectiveai_authorization::set::response_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::openrouter_authorization::Request),
schemars::schema_for!(crate::cli::command::api::config::openrouter_authorization::get::Path),
schemars::schema_for!(crate::cli::command::api::config::openrouter_authorization::get::Request),
schemars::schema_for!(crate::cli::command::api::config::openrouter_authorization::get::Response),
schemars::schema_for!(crate::cli::command::api::config::openrouter_authorization::get::request_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::openrouter_authorization::get::request_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::openrouter_authorization::get::response_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::openrouter_authorization::get::response_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::openrouter_authorization::set::Path),
schemars::schema_for!(crate::cli::command::api::config::openrouter_authorization::set::Request),
schemars::schema_for!(crate::cli::command::api::config::openrouter_authorization::set::request_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::openrouter_authorization::set::request_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::openrouter_authorization::set::response_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::openrouter_authorization::set::response_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::user_agent::Request),
schemars::schema_for!(crate::cli::command::api::config::user_agent::get::Path),
schemars::schema_for!(crate::cli::command::api::config::user_agent::get::Request),
schemars::schema_for!(crate::cli::command::api::config::user_agent::get::Response),
schemars::schema_for!(crate::cli::command::api::config::user_agent::get::request_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::user_agent::get::request_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::user_agent::get::response_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::user_agent::get::response_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::user_agent::set::Path),
schemars::schema_for!(crate::cli::command::api::config::user_agent::set::Request),
schemars::schema_for!(crate::cli::command::api::config::user_agent::set::request_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::user_agent::set::request_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::user_agent::set::response_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::user_agent::set::response_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::x_title::Request),
schemars::schema_for!(crate::cli::command::api::config::x_title::get::Path),
schemars::schema_for!(crate::cli::command::api::config::x_title::get::Request),
schemars::schema_for!(crate::cli::command::api::config::x_title::get::Response),
schemars::schema_for!(crate::cli::command::api::config::x_title::get::request_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::x_title::get::request_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::x_title::get::response_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::x_title::get::response_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::x_title::set::Path),
schemars::schema_for!(crate::cli::command::api::config::x_title::set::Request),
schemars::schema_for!(crate::cli::command::api::config::x_title::set::request_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::x_title::set::request_schema::Request),
schemars::schema_for!(crate::cli::command::api::config::x_title::set::response_schema::Path),
schemars::schema_for!(crate::cli::command::api::config::x_title::set::response_schema::Request),
schemars::schema_for!(crate::cli::command::db::config::Request),
schemars::schema_for!(crate::cli::command::db::config::address::Request),
schemars::schema_for!(crate::cli::command::db::config::address::get::Path),
schemars::schema_for!(crate::cli::command::db::config::address::get::Request),
schemars::schema_for!(crate::cli::command::db::config::address::get::Response),
schemars::schema_for!(crate::cli::command::db::config::address::get::request_schema::Path),
schemars::schema_for!(crate::cli::command::db::config::address::get::request_schema::Request),
schemars::schema_for!(crate::cli::command::db::config::address::get::response_schema::Path),
schemars::schema_for!(crate::cli::command::db::config::address::get::response_schema::Request),
schemars::schema_for!(crate::cli::command::db::config::address::set::Path),
schemars::schema_for!(crate::cli::command::db::config::address::set::Request),
schemars::schema_for!(crate::cli::command::db::config::address::set::request_schema::Path),
schemars::schema_for!(crate::cli::command::db::config::address::set::request_schema::Request),
schemars::schema_for!(crate::cli::command::db::config::address::set::response_schema::Path),
schemars::schema_for!(crate::cli::command::db::config::address::set::response_schema::Request),
schemars::schema_for!(crate::cli::command::db::config::database::Request),
schemars::schema_for!(crate::cli::command::db::config::database::get::Path),
schemars::schema_for!(crate::cli::command::db::config::database::get::Request),
schemars::schema_for!(crate::cli::command::db::config::database::get::Response),
schemars::schema_for!(crate::cli::command::db::config::database::get::request_schema::Path),
schemars::schema_for!(crate::cli::command::db::config::database::get::request_schema::Request),
schemars::schema_for!(crate::cli::command::db::config::database::get::response_schema::Path),
schemars::schema_for!(crate::cli::command::db::config::database::get::response_schema::Request),
schemars::schema_for!(crate::cli::command::db::config::database::set::Path),
schemars::schema_for!(crate::cli::command::db::config::database::set::Request),
schemars::schema_for!(crate::cli::command::db::config::database::set::request_schema::Path),
schemars::schema_for!(crate::cli::command::db::config::database::set::request_schema::Request),
schemars::schema_for!(crate::cli::command::db::config::database::set::response_schema::Path),
schemars::schema_for!(crate::cli::command::db::config::database::set::response_schema::Request),
schemars::schema_for!(crate::cli::command::db::config::get::Path),
schemars::schema_for!(crate::cli::command::db::config::get::Request),
schemars::schema_for!(crate::cli::command::db::config::get::Response),
schemars::schema_for!(crate::cli::command::db::config::get::request_schema::Path),
schemars::schema_for!(crate::cli::command::db::config::get::request_schema::Request),
schemars::schema_for!(crate::cli::command::db::config::get::response_schema::Path),
schemars::schema_for!(crate::cli::command::db::config::get::response_schema::Request),
schemars::schema_for!(crate::cli::command::db::config::password::Request),
schemars::schema_for!(crate::cli::command::db::config::password::get::Path),
schemars::schema_for!(crate::cli::command::db::config::password::get::Request),
schemars::schema_for!(crate::cli::command::db::config::password::get::Response),
schemars::schema_for!(crate::cli::command::db::config::password::get::request_schema::Path),
schemars::schema_for!(crate::cli::command::db::config::password::get::request_schema::Request),
schemars::schema_for!(crate::cli::command::db::config::password::get::response_schema::Path),
schemars::schema_for!(crate::cli::command::db::config::password::get::response_schema::Request),
schemars::schema_for!(crate::cli::command::db::config::password::set::Path),
schemars::schema_for!(crate::cli::command::db::config::password::set::Request),
schemars::schema_for!(crate::cli::command::db::config::password::set::request_schema::Path),
schemars::schema_for!(crate::cli::command::db::config::password::set::request_schema::Request),
schemars::schema_for!(crate::cli::command::db::config::password::set::response_schema::Path),
schemars::schema_for!(crate::cli::command::db::config::password::set::response_schema::Request),
schemars::schema_for!(crate::cli::command::db::config::user::Request),
schemars::schema_for!(crate::cli::command::db::config::user::get::Path),
schemars::schema_for!(crate::cli::command::db::config::user::get::Request),
schemars::schema_for!(crate::cli::command::db::config::user::get::Response),
schemars::schema_for!(crate::cli::command::db::config::user::get::request_schema::Path),
schemars::schema_for!(crate::cli::command::db::config::user::get::request_schema::Request),
schemars::schema_for!(crate::cli::command::db::config::user::get::response_schema::Path),
schemars::schema_for!(crate::cli::command::db::config::user::get::response_schema::Request),
schemars::schema_for!(crate::cli::command::db::config::user::set::Path),
schemars::schema_for!(crate::cli::command::db::config::user::set::Request),
schemars::schema_for!(crate::cli::command::db::config::user::set::request_schema::Path),
schemars::schema_for!(crate::cli::command::db::config::user::set::request_schema::Request),
schemars::schema_for!(crate::cli::command::db::config::user::set::response_schema::Path),
schemars::schema_for!(crate::cli::command::db::config::user::set::response_schema::Request),
schemars::schema_for!(crate::cli::command::mcp::config::address::get::Path),
schemars::schema_for!(crate::cli::command::mcp::config::address::get::Request),
schemars::schema_for!(crate::cli::command::mcp::config::address::get::request_schema::Path),
schemars::schema_for!(crate::cli::command::mcp::config::address::get::request_schema::Request),
schemars::schema_for!(crate::cli::command::mcp::config::address::get::Response),
schemars::schema_for!(crate::cli::command::mcp::config::address::get::response_schema::Path),
schemars::schema_for!(crate::cli::command::mcp::config::address::get::response_schema::Request),
schemars::schema_for!(crate::cli::command::mcp::config::address::Request),
schemars::schema_for!(crate::cli::command::mcp::config::address::set::Path),
schemars::schema_for!(crate::cli::command::mcp::config::address::set::Request),
schemars::schema_for!(crate::cli::command::mcp::config::address::set::request_schema::Path),
schemars::schema_for!(crate::cli::command::mcp::config::address::set::request_schema::Request),
schemars::schema_for!(crate::cli::command::mcp::config::address::set::response_schema::Path),
schemars::schema_for!(crate::cli::command::mcp::config::address::set::response_schema::Request),
schemars::schema_for!(crate::cli::command::mcp::config::get::Path),
schemars::schema_for!(crate::cli::command::mcp::config::get::Request),
schemars::schema_for!(crate::cli::command::mcp::config::get::request_schema::Path),
schemars::schema_for!(crate::cli::command::mcp::config::get::request_schema::Request),
schemars::schema_for!(crate::cli::command::mcp::config::get::Response),
schemars::schema_for!(crate::cli::command::mcp::config::get::response_schema::Path),
schemars::schema_for!(crate::cli::command::mcp::config::get::response_schema::Request),
schemars::schema_for!(crate::cli::command::mcp::config::port::get::Path),
schemars::schema_for!(crate::cli::command::mcp::config::port::get::Request),
schemars::schema_for!(crate::cli::command::mcp::config::port::get::request_schema::Path),
schemars::schema_for!(crate::cli::command::mcp::config::port::get::request_schema::Request),
schemars::schema_for!(crate::cli::command::mcp::config::port::get::Response),
schemars::schema_for!(crate::cli::command::mcp::config::port::get::response_schema::Path),
schemars::schema_for!(crate::cli::command::mcp::config::port::get::response_schema::Request),
schemars::schema_for!(crate::cli::command::mcp::config::port::Request),
schemars::schema_for!(crate::cli::command::mcp::config::port::set::Path),
schemars::schema_for!(crate::cli::command::mcp::config::port::set::Request),
schemars::schema_for!(crate::cli::command::mcp::config::port::set::request_schema::Path),
schemars::schema_for!(crate::cli::command::mcp::config::port::set::request_schema::Request),
schemars::schema_for!(crate::cli::command::mcp::config::port::set::response_schema::Path),
schemars::schema_for!(crate::cli::command::mcp::config::port::set::response_schema::Request),
schemars::schema_for!(crate::cli::command::mcp::config::Request),
schemars::schema_for!(crate::cli::command::viewer::config::address::get::Path),
schemars::schema_for!(crate::cli::command::viewer::config::address::get::Request),
schemars::schema_for!(crate::cli::command::viewer::config::address::get::request_schema::Path),
schemars::schema_for!(crate::cli::command::viewer::config::address::get::request_schema::Request),
schemars::schema_for!(crate::cli::command::viewer::config::address::get::Response),
schemars::schema_for!(crate::cli::command::viewer::config::address::get::response_schema::Path),
schemars::schema_for!(crate::cli::command::viewer::config::address::get::response_schema::Request),
schemars::schema_for!(crate::cli::command::viewer::config::address::Request),
schemars::schema_for!(crate::cli::command::viewer::config::address::set::Path),
schemars::schema_for!(crate::cli::command::viewer::config::address::set::Request),
schemars::schema_for!(crate::cli::command::viewer::config::address::set::request_schema::Path),
schemars::schema_for!(crate::cli::command::viewer::config::address::set::request_schema::Request),
schemars::schema_for!(crate::cli::command::viewer::config::address::set::response_schema::Path),
schemars::schema_for!(crate::cli::command::viewer::config::address::set::response_schema::Request),
schemars::schema_for!(crate::cli::command::viewer::config::get::Path),
schemars::schema_for!(crate::cli::command::viewer::config::get::Request),
schemars::schema_for!(crate::cli::command::viewer::config::get::request_schema::Path),
schemars::schema_for!(crate::cli::command::viewer::config::get::request_schema::Request),
schemars::schema_for!(crate::cli::command::viewer::config::get::Response),
schemars::schema_for!(crate::cli::command::viewer::config::get::response_schema::Path),
schemars::schema_for!(crate::cli::command::viewer::config::get::response_schema::Request),
schemars::schema_for!(crate::cli::command::viewer::config::Request),
schemars::schema_for!(crate::cli::command::viewer::config::secret::get::Path),
schemars::schema_for!(crate::cli::command::viewer::config::secret::get::Request),
schemars::schema_for!(crate::cli::command::viewer::config::secret::get::request_schema::Path),
schemars::schema_for!(crate::cli::command::viewer::config::secret::get::request_schema::Request),
schemars::schema_for!(crate::cli::command::viewer::config::secret::get::Response),
schemars::schema_for!(crate::cli::command::viewer::config::secret::get::response_schema::Path),
schemars::schema_for!(crate::cli::command::viewer::config::secret::get::response_schema::Request),
schemars::schema_for!(crate::cli::command::viewer::config::secret::Request),
schemars::schema_for!(crate::cli::command::viewer::config::secret::set::Path),
schemars::schema_for!(crate::cli::command::viewer::config::secret::set::Request),
schemars::schema_for!(crate::cli::command::viewer::config::secret::set::request_schema::Path),
schemars::schema_for!(crate::cli::command::viewer::config::secret::set::request_schema::Request),
schemars::schema_for!(crate::cli::command::viewer::config::secret::set::response_schema::Path),
schemars::schema_for!(crate::cli::command::viewer::config::secret::set::response_schema::Request),
schemars::schema_for!(crate::cli::command::viewer::config::signature::get::Path),
schemars::schema_for!(crate::cli::command::viewer::config::signature::get::Request),
schemars::schema_for!(crate::cli::command::viewer::config::signature::get::request_schema::Path),
schemars::schema_for!(crate::cli::command::viewer::config::signature::get::request_schema::Request),
schemars::schema_for!(crate::cli::command::viewer::config::signature::get::Response),
schemars::schema_for!(crate::cli::command::viewer::config::signature::get::response_schema::Path),
schemars::schema_for!(crate::cli::command::viewer::config::signature::get::response_schema::Request),
schemars::schema_for!(crate::cli::command::viewer::config::signature::Request),
schemars::schema_for!(crate::cli::command::viewer::config::signature::set::Path),
schemars::schema_for!(crate::cli::command::viewer::config::signature::set::Request),
schemars::schema_for!(crate::cli::command::viewer::config::signature::set::request_schema::Path),
schemars::schema_for!(crate::cli::command::viewer::config::signature::set::request_schema::Request),
schemars::schema_for!(crate::cli::command::viewer::config::signature::set::response_schema::Path),
schemars::schema_for!(crate::cli::command::viewer::config::signature::set::response_schema::Request),
schemars::schema_for!(crate::cli::command::db::kill::Path),
schemars::schema_for!(crate::cli::command::db::kill::Request),
schemars::schema_for!(crate::cli::command::db::kill::Response),
schemars::schema_for!(crate::cli::command::db::kill::request_schema::Path),
schemars::schema_for!(crate::cli::command::db::kill::request_schema::Request),
schemars::schema_for!(crate::cli::command::db::kill::response_schema::Path),
schemars::schema_for!(crate::cli::command::db::kill::response_schema::Request),
schemars::schema_for!(crate::cli::command::db::query::Column),
schemars::schema_for!(crate::cli::command::db::query::Path),
schemars::schema_for!(crate::cli::command::db::query::Request),
schemars::schema_for!(crate::cli::command::db::query::request_schema::Path),
schemars::schema_for!(crate::cli::command::db::query::request_schema::Request),
schemars::schema_for!(crate::cli::command::db::query::Response),
schemars::schema_for!(crate::cli::command::db::query::response_schema::Path),
schemars::schema_for!(crate::cli::command::db::query::response_schema::Request),
schemars::schema_for!(crate::cli::command::db::spawn::Path),
schemars::schema_for!(crate::cli::command::db::spawn::Request),
schemars::schema_for!(crate::cli::command::db::spawn::Response),
schemars::schema_for!(crate::cli::command::db::spawn::request_schema::Path),
schemars::schema_for!(crate::cli::command::db::spawn::request_schema::Request),
schemars::schema_for!(crate::cli::command::db::spawn::response_schema::Path),
schemars::schema_for!(crate::cli::command::db::spawn::response_schema::Request),
schemars::schema_for!(crate::cli::command::db::Request),
schemars::schema_for!(crate::cli::command::functions::execute::FunctionSpec),
schemars::schema_for!(crate::cli::command::functions::execute::ProfileSpec),
schemars::schema_for!(crate::cli::command::functions::execute::Request),
schemars::schema_for!(crate::cli::command::functions::execute::standard::Path),
schemars::schema_for!(crate::cli::command::functions::execute::standard::Request),
schemars::schema_for!(crate::cli::command::functions::execute::standard::request_schema::Path),
schemars::schema_for!(crate::cli::command::functions::execute::standard::request_schema::Request),
schemars::schema_for!(crate::cli::command::functions::execute::standard::RequestDangerousAdvanced),
schemars::schema_for!(crate::cli::command::functions::execute::standard::RequestInput),
schemars::schema_for!(crate::cli::command::functions::execute::standard::response_schema::Path),
schemars::schema_for!(crate::cli::command::functions::execute::standard::response_schema::Request),
schemars::schema_for!(crate::cli::command::functions::execute::standard::ResponseItem),
schemars::schema_for!(crate::cli::command::functions::execute::swiss_system::Path),
schemars::schema_for!(crate::cli::command::functions::execute::swiss_system::Request),
schemars::schema_for!(crate::cli::command::functions::execute::swiss_system::request_schema::Path),
schemars::schema_for!(crate::cli::command::functions::execute::swiss_system::request_schema::Request),
schemars::schema_for!(crate::cli::command::functions::execute::swiss_system::RequestDangerousAdvanced),
schemars::schema_for!(crate::cli::command::functions::execute::swiss_system::RequestInput),
schemars::schema_for!(crate::cli::command::functions::execute::swiss_system::response_schema::Path),
schemars::schema_for!(crate::cli::command::functions::execute::swiss_system::response_schema::Request),
schemars::schema_for!(crate::cli::command::functions::execute::swiss_system::ResponseItem),
schemars::schema_for!(crate::cli::command::functions::get::Path),
schemars::schema_for!(crate::cli::command::functions::get::Request),
schemars::schema_for!(crate::cli::command::functions::get::request_schema::Path),
schemars::schema_for!(crate::cli::command::functions::get::request_schema::Request),
schemars::schema_for!(crate::cli::command::functions::get::Response),
schemars::schema_for!(crate::cli::command::functions::get::response_schema::Path),
schemars::schema_for!(crate::cli::command::functions::get::response_schema::Request),
schemars::schema_for!(crate::cli::command::functions::list::Path),
schemars::schema_for!(crate::cli::command::functions::list::Request),
schemars::schema_for!(crate::cli::command::functions::list::request_schema::Path),
schemars::schema_for!(crate::cli::command::functions::list::request_schema::Request),
schemars::schema_for!(crate::cli::command::functions::list::Response),
schemars::schema_for!(crate::cli::command::functions::list::response_schema::Path),
schemars::schema_for!(crate::cli::command::functions::list::response_schema::Request), schemars::schema_for!(crate::cli::command::functions::profiles::get::Path),
schemars::schema_for!(crate::cli::command::functions::profiles::get::Request),
schemars::schema_for!(crate::cli::command::functions::profiles::get::request_schema::Path),
schemars::schema_for!(crate::cli::command::functions::profiles::get::request_schema::Request),
schemars::schema_for!(crate::cli::command::functions::profiles::get::Response),
schemars::schema_for!(crate::cli::command::functions::profiles::get::response_schema::Path),
schemars::schema_for!(crate::cli::command::functions::profiles::get::response_schema::Request),
schemars::schema_for!(crate::cli::command::functions::profiles::list::Path),
schemars::schema_for!(crate::cli::command::functions::profiles::list::Request),
schemars::schema_for!(crate::cli::command::functions::profiles::list::request_schema::Path),
schemars::schema_for!(crate::cli::command::functions::profiles::list::request_schema::Request),
schemars::schema_for!(crate::cli::command::functions::profiles::list::Response),
schemars::schema_for!(crate::cli::command::functions::profiles::list::response_schema::Path),
schemars::schema_for!(crate::cli::command::functions::profiles::list::response_schema::Request), schemars::schema_for!(crate::cli::command::functions::profiles::publish::Path),
schemars::schema_for!(crate::cli::command::functions::profiles::publish::Request),
schemars::schema_for!(crate::cli::command::functions::profiles::publish::request_schema::Path),
schemars::schema_for!(crate::cli::command::functions::profiles::publish::request_schema::Request),
schemars::schema_for!(crate::cli::command::functions::profiles::publish::RequestBody),
schemars::schema_for!(crate::cli::command::functions::profiles::publish::RequestPublishMessage),
schemars::schema_for!(crate::cli::command::functions::profiles::publish::Response),
schemars::schema_for!(crate::cli::command::functions::profiles::publish::response_schema::Path),
schemars::schema_for!(crate::cli::command::functions::profiles::publish::response_schema::Request),
schemars::schema_for!(crate::cli::command::functions::profiles::Request),
schemars::schema_for!(crate::cli::command::functions::publish::Path),
schemars::schema_for!(crate::cli::command::functions::publish::Request),
schemars::schema_for!(crate::cli::command::functions::publish::request_schema::Path),
schemars::schema_for!(crate::cli::command::functions::publish::request_schema::Request),
schemars::schema_for!(crate::cli::command::functions::publish::RequestBody),
schemars::schema_for!(crate::cli::command::functions::publish::RequestPublishMessage),
schemars::schema_for!(crate::cli::command::functions::publish::Response),
schemars::schema_for!(crate::cli::command::functions::publish::response_schema::Path),
schemars::schema_for!(crate::cli::command::functions::publish::response_schema::Request),
schemars::schema_for!(crate::cli::command::functions::Request),
schemars::schema_for!(crate::cli::command::mcp::kill::Path),
schemars::schema_for!(crate::cli::command::mcp::kill::Request),
schemars::schema_for!(crate::cli::command::mcp::kill::request_schema::Path),
schemars::schema_for!(crate::cli::command::mcp::kill::request_schema::Request),
schemars::schema_for!(crate::cli::command::mcp::kill::Response),
schemars::schema_for!(crate::cli::command::mcp::kill::response_schema::Path),
schemars::schema_for!(crate::cli::command::mcp::kill::response_schema::Request),
schemars::schema_for!(crate::cli::command::mcp::Request),
schemars::schema_for!(crate::cli::command::mcp::spawn::Path),
schemars::schema_for!(crate::cli::command::mcp::spawn::Request),
schemars::schema_for!(crate::cli::command::mcp::spawn::request_schema::Path),
schemars::schema_for!(crate::cli::command::mcp::spawn::request_schema::Request),
schemars::schema_for!(crate::cli::command::mcp::spawn::Response),
schemars::schema_for!(crate::cli::command::mcp::spawn::response_schema::Path),
schemars::schema_for!(crate::cli::command::mcp::spawn::response_schema::Request),
schemars::schema_for!(crate::cli::command::Ok),
schemars::schema_for!(crate::cli::command::RequestBase),
schemars::schema_for!(crate::cli::command::plugins::get::Path),
schemars::schema_for!(crate::cli::command::plugins::get::Request),
schemars::schema_for!(crate::cli::command::plugins::get::request_schema::Path),
schemars::schema_for!(crate::cli::command::plugins::get::request_schema::Request),
schemars::schema_for!(crate::cli::command::plugins::get::response_schema::Path),
schemars::schema_for!(crate::cli::command::plugins::get::response_schema::Request),
schemars::schema_for!(crate::cli::command::plugins::get::ResponseHttpMethod),
schemars::schema_for!(crate::cli::command::plugins::get::ResponseManifest),
schemars::schema_for!(crate::cli::command::plugins::get::ResponseMcpServer),
schemars::schema_for!(crate::cli::command::plugins::get::ResponseViewerRoute),
schemars::schema_for!(crate::cli::command::plugins::install::filesystem::Path),
schemars::schema_for!(crate::cli::command::plugins::install::filesystem::Request),
schemars::schema_for!(crate::cli::command::plugins::install::filesystem::request_schema::Path),
schemars::schema_for!(crate::cli::command::plugins::install::filesystem::request_schema::Request),
schemars::schema_for!(crate::cli::command::plugins::install::filesystem::Response),
schemars::schema_for!(crate::cli::command::plugins::install::filesystem::response_schema::Path),
schemars::schema_for!(crate::cli::command::plugins::install::filesystem::response_schema::Request),
schemars::schema_for!(crate::cli::command::plugins::install::github::Path),
schemars::schema_for!(crate::cli::command::plugins::install::github::Request),
schemars::schema_for!(crate::cli::command::plugins::install::github::request_schema::Path),
schemars::schema_for!(crate::cli::command::plugins::install::github::request_schema::Request),
schemars::schema_for!(crate::cli::command::plugins::install::github::Response),
schemars::schema_for!(crate::cli::command::plugins::install::github::response_schema::Path),
schemars::schema_for!(crate::cli::command::plugins::install::github::response_schema::Request),
schemars::schema_for!(crate::cli::command::plugins::install::Request),
schemars::schema_for!(crate::cli::command::plugins::list::Path),
schemars::schema_for!(crate::cli::command::plugins::list::Request),
schemars::schema_for!(crate::cli::command::plugins::list::request_schema::Path),
schemars::schema_for!(crate::cli::command::plugins::list::request_schema::Request),
schemars::schema_for!(crate::cli::command::plugins::list::response_schema::Path),
schemars::schema_for!(crate::cli::command::plugins::list::response_schema::Request),
schemars::schema_for!(crate::cli::command::plugins::Request),
schemars::schema_for!(crate::cli::command::plugins::run::Mcp),
schemars::schema_for!(crate::cli::command::plugins::run::McpType),
schemars::schema_for!(crate::cli::command::plugins::run::Path),
schemars::schema_for!(crate::cli::command::plugins::run::Request),
schemars::schema_for!(crate::cli::command::plugins::run::request_schema::Path),
schemars::schema_for!(crate::cli::command::plugins::run::request_schema::Request),
schemars::schema_for!(crate::cli::command::plugins::run::response_schema::Path),
schemars::schema_for!(crate::cli::command::plugins::run::response_schema::Request),
schemars::schema_for!(crate::cli::command::plugins::run::ResponseItem),
schemars::schema_for!(crate::cli::command::Request),
schemars::schema_for!(crate::cli::command::swarms::get::Path),
schemars::schema_for!(crate::cli::command::swarms::get::Request),
schemars::schema_for!(crate::cli::command::swarms::get::request_schema::Path),
schemars::schema_for!(crate::cli::command::swarms::get::request_schema::Request),
schemars::schema_for!(crate::cli::command::swarms::get::Response),
schemars::schema_for!(crate::cli::command::swarms::get::response_schema::Path),
schemars::schema_for!(crate::cli::command::swarms::get::response_schema::Request),
schemars::schema_for!(crate::cli::command::swarms::list::Path),
schemars::schema_for!(crate::cli::command::swarms::list::Request),
schemars::schema_for!(crate::cli::command::swarms::list::request_schema::Path),
schemars::schema_for!(crate::cli::command::swarms::list::request_schema::Request),
schemars::schema_for!(crate::cli::command::swarms::list::Response),
schemars::schema_for!(crate::cli::command::swarms::list::response_schema::Path),
schemars::schema_for!(crate::cli::command::swarms::list::response_schema::Request), schemars::schema_for!(crate::cli::command::swarms::publish::Path),
schemars::schema_for!(crate::cli::command::swarms::publish::Request),
schemars::schema_for!(crate::cli::command::swarms::publish::request_schema::Path),
schemars::schema_for!(crate::cli::command::swarms::publish::request_schema::Request),
schemars::schema_for!(crate::cli::command::swarms::publish::RequestBody),
schemars::schema_for!(crate::cli::command::swarms::publish::RequestPublishMessage),
schemars::schema_for!(crate::cli::command::swarms::publish::Response),
schemars::schema_for!(crate::cli::command::swarms::publish::response_schema::Path),
schemars::schema_for!(crate::cli::command::swarms::publish::response_schema::Request),
schemars::schema_for!(crate::cli::command::swarms::Request),
schemars::schema_for!(crate::cli::command::tasks::list::Path),
schemars::schema_for!(crate::cli::command::tasks::list::Plugin),
schemars::schema_for!(crate::cli::command::tasks::list::Request),
schemars::schema_for!(crate::cli::command::tasks::list::request_schema::Path),
schemars::schema_for!(crate::cli::command::tasks::list::request_schema::Request),
schemars::schema_for!(crate::cli::command::tasks::list::response_schema::Path),
schemars::schema_for!(crate::cli::command::tasks::list::response_schema::Request),
schemars::schema_for!(crate::cli::command::tasks::list::ResponseItem),
schemars::schema_for!(crate::cli::command::tasks::Request),
schemars::schema_for!(crate::cli::command::tasks::run::Path),
schemars::schema_for!(crate::cli::command::tasks::run::Request),
schemars::schema_for!(crate::cli::command::tasks::run::request_schema::Path),
schemars::schema_for!(crate::cli::command::tasks::run::request_schema::Request),
schemars::schema_for!(crate::cli::command::tasks::run::RequestDangerousAdvanced),
schemars::schema_for!(crate::cli::command::tasks::run::response_schema::Path),
schemars::schema_for!(crate::cli::command::tasks::run::response_schema::Request),
schemars::schema_for!(crate::cli::command::tasks::run::ResponseItem),
schemars::schema_for!(crate::cli::command::tasks::run::SuccessResponseItem),
schemars::schema_for!(crate::cli::command::tasks::run::ValueResponseItem),
schemars::schema_for!(crate::cli::command::tasks::schedule::Path),
schemars::schema_for!(crate::cli::command::tasks::schedule::Request),
schemars::schema_for!(crate::cli::command::tasks::schedule::request_schema::Path),
schemars::schema_for!(crate::cli::command::tasks::schedule::request_schema::Request),
schemars::schema_for!(crate::cli::command::tasks::schedule::Response),
schemars::schema_for!(crate::cli::command::tasks::schedule::response_schema::Path),
schemars::schema_for!(crate::cli::command::tasks::schedule::response_schema::Request),
schemars::schema_for!(crate::cli::command::tools::get::Exec),
schemars::schema_for!(crate::cli::command::tools::get::Path),
schemars::schema_for!(crate::cli::command::tools::get::Request),
schemars::schema_for!(crate::cli::command::tools::get::request_schema::Path),
schemars::schema_for!(crate::cli::command::tools::get::request_schema::Request),
schemars::schema_for!(crate::cli::command::tools::get::response_schema::Path),
schemars::schema_for!(crate::cli::command::tools::get::response_schema::Request),
schemars::schema_for!(crate::cli::command::tools::get::ResponseManifest),
schemars::schema_for!(crate::cli::command::tools::install::filesystem::Path),
schemars::schema_for!(crate::cli::command::tools::install::filesystem::Request),
schemars::schema_for!(crate::cli::command::tools::install::filesystem::request_schema::Path),
schemars::schema_for!(crate::cli::command::tools::install::filesystem::request_schema::Request),
schemars::schema_for!(crate::cli::command::tools::install::filesystem::Response),
schemars::schema_for!(crate::cli::command::tools::install::filesystem::response_schema::Path),
schemars::schema_for!(crate::cli::command::tools::install::filesystem::response_schema::Request),
schemars::schema_for!(crate::cli::command::tools::install::github::Path),
schemars::schema_for!(crate::cli::command::tools::install::github::Request),
schemars::schema_for!(crate::cli::command::tools::install::github::request_schema::Path),
schemars::schema_for!(crate::cli::command::tools::install::github::request_schema::Request),
schemars::schema_for!(crate::cli::command::tools::install::github::Response),
schemars::schema_for!(crate::cli::command::tools::install::github::response_schema::Path),
schemars::schema_for!(crate::cli::command::tools::install::github::response_schema::Request),
schemars::schema_for!(crate::cli::command::tools::install::Request),
schemars::schema_for!(crate::cli::command::tools::list::Path),
schemars::schema_for!(crate::cli::command::tools::list::Request),
schemars::schema_for!(crate::cli::command::tools::list::request_schema::Path),
schemars::schema_for!(crate::cli::command::tools::list::request_schema::Request),
schemars::schema_for!(crate::cli::command::tools::list::response_schema::Path),
schemars::schema_for!(crate::cli::command::tools::list::response_schema::Request),
schemars::schema_for!(crate::cli::command::tools::Request),
schemars::schema_for!(crate::cli::command::tools::run::Path),
schemars::schema_for!(crate::cli::command::tools::run::Request),
schemars::schema_for!(crate::cli::command::tools::run::request_schema::Path),
schemars::schema_for!(crate::cli::command::tools::run::request_schema::Request),
schemars::schema_for!(crate::cli::command::tools::run::response_schema::Path),
schemars::schema_for!(crate::cli::command::tools::run::response_schema::Request),
schemars::schema_for!(crate::cli::command::tools::run::ResponseItem),
schemars::schema_for!(crate::cli::command::update::Path),
schemars::schema_for!(crate::cli::command::update::Request),
schemars::schema_for!(crate::cli::command::update::request_schema::Path),
schemars::schema_for!(crate::cli::command::update::request_schema::Request),
schemars::schema_for!(crate::cli::command::update::Response),
schemars::schema_for!(crate::cli::command::update::response_schema::Path),
schemars::schema_for!(crate::cli::command::update::response_schema::Request),
schemars::schema_for!(crate::cli::command::update::ResponseItem),
schemars::schema_for!(crate::cli::command::update::ResponseSkipReason),
schemars::schema_for!(crate::cli::command::viewer::generate_secret_signature_pair::Path),
schemars::schema_for!(crate::cli::command::viewer::generate_secret_signature_pair::Request),
schemars::schema_for!(crate::cli::command::viewer::generate_secret_signature_pair::request_schema::Path),
schemars::schema_for!(crate::cli::command::viewer::generate_secret_signature_pair::request_schema::Request),
schemars::schema_for!(crate::cli::command::viewer::generate_secret_signature_pair::Response),
schemars::schema_for!(crate::cli::command::viewer::generate_secret_signature_pair::response_schema::Path),
schemars::schema_for!(crate::cli::command::viewer::generate_secret_signature_pair::response_schema::Request),
schemars::schema_for!(crate::cli::command::viewer::kill::Path),
schemars::schema_for!(crate::cli::command::viewer::kill::Request),
schemars::schema_for!(crate::cli::command::viewer::kill::request_schema::Path),
schemars::schema_for!(crate::cli::command::viewer::kill::request_schema::Request),
schemars::schema_for!(crate::cli::command::viewer::kill::Response),
schemars::schema_for!(crate::cli::command::viewer::kill::response_schema::Path),
schemars::schema_for!(crate::cli::command::viewer::kill::response_schema::Request),
schemars::schema_for!(crate::cli::command::viewer::Request),
schemars::schema_for!(crate::cli::command::viewer::send::Path),
schemars::schema_for!(crate::cli::command::viewer::send::Request),
schemars::schema_for!(crate::cli::command::viewer::send::request_schema::Path),
schemars::schema_for!(crate::cli::command::viewer::send::request_schema::Request),
schemars::schema_for!(crate::cli::command::viewer::send::Response),
schemars::schema_for!(crate::cli::command::viewer::send::response_schema::Path),
schemars::schema_for!(crate::cli::command::viewer::send::response_schema::Request),
schemars::schema_for!(crate::cli::command::viewer::spawn::Path),
schemars::schema_for!(crate::cli::command::viewer::spawn::Request),
schemars::schema_for!(crate::cli::command::viewer::spawn::request_schema::Path),
schemars::schema_for!(crate::cli::command::viewer::spawn::request_schema::Request),
schemars::schema_for!(crate::cli::command::viewer::spawn::Response),
schemars::schema_for!(crate::cli::command::viewer::spawn::response_schema::Path),
schemars::schema_for!(crate::cli::command::viewer::spawn::response_schema::Request),
schemars::schema_for!(crate::cli::Error),
schemars::schema_for!(crate::cli::ErrorType),
schemars::schema_for!(crate::cli::Level),
schemars::schema_for!(crate::cli::plugins::Command),
schemars::schema_for!(crate::cli::plugins::CommandType),
schemars::schema_for!(crate::cli::plugins::Output),
]);
#[cfg(feature = "viewer")]
schemas.extend([
schemars::schema_for!(crate::viewer::Event),
]);
#[cfg(feature = "http")]
schemas.extend([
schemars::schema_for!(crate::http::viewer::AgentCompletionCreateParams),
schemars::schema_for!(crate::http::viewer::AgentCompletionRequest),
schemars::schema_for!(crate::http::viewer::FunctionExecutionCreateParams),
schemars::schema_for!(crate::http::viewer::FunctionExecutionRequest),
schemars::schema_for!(crate::http::viewer::Request),
schemars::schema_for!(crate::http::viewer::ResponseError),
]);
schemas
}
pub fn flatten_schema<T: schemars::JsonSchema>(
generator: &mut schemars::SchemaGenerator,
) -> schemars::Schema {
generator.subschema_for::<T>()
}