ArchAstro. Types. SolutionAutomationInvokeContract
(archastro v0.2.0)
Copy Markdown
The schema-driven values an installer may lock when provisioning an invoked automation template.
Summary
Types
@type t() :: %ArchAstro.Types.SolutionAutomationInvokeContract{ input_schema: %{optional(String.t()) => ArchAstro.JSON.t()} | ArchAstro.Unset.t(), participants: [ArchAstro.Types.AutomationParticipantSlot.t()] | ArchAstro.Unset.t(), prefills: ArchAstro.Types.AutomationPrefills.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()