optimal v0.1.0 Optimal.Schema

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Optimal.Schema{
  additional_keys?: boolean(),
  allow_values: Keyword.t(),
  defaults: Keyword.t(),
  nested_schemas: Keyword.t(),
  nesting_path: [atom()],
  vex: Keyword.t()
}

Link to this section Functions

Link to this function new(schema)
new(Keyword.t() | t()) :: t() | no_return()