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

Report returned from live pod mutation calls.

# `t`

```elixir
@type t() :: %Jido.Pod.Mutation.Report{
  added: [atom() | binary()],
  failures: map(),
  mutation_id: binary(),
  removed: [atom() | binary()],
  requested_ops: [any()],
  started: [atom() | binary()],
  status: atom(),
  stopped: [atom() | binary()],
  topology_version: integer()
}
```

# `schema`

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

