# `ASM.Schema.RemoteNode`
[🔗](https://github.com/nshkrdotcom/agent_session_manager/blob/v0.9.2/lib/asm/schema/remote_node.ex#L1)

Schema-backed parser for remote node execution configuration owned by ASM.

# `parse`

```elixir
@spec parse(keyword() | map()) ::
  {:ok, map()}
  | {:error,
     {:invalid_remote_node_config, CliSubprocessCore.Schema.error_detail()}}
```

# `schema`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
