# `Jido.Pod.Mutation.AddNode`
[🔗](https://github.com/agentjido/jido/blob/v2.3.3/lib/jido/pod/mutation.ex#L13)

Add a new node to a running pod topology.

# `t`

```elixir
@type t() :: %Jido.Pod.Mutation.AddNode{
  depends_on: [atom() | binary()],
  name: atom() | binary(),
  node: any(),
  owner: nil | atom() | binary()
}
```

# `schema`

```elixir
@spec schema() :: Zoi.schema()
```

