ASM.Schema.Event (ASM v0.9.2)

Copy Markdown View Source

Schema-backed parser for ASM runtime event envelopes before projection into %ASM.Event{}.

Summary

Functions

parse(attrs)

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

schema()

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