ex_json_schema v0.7.4 ExJsonSchema.Schema.Root

Link to this section Summary

Link to this section Types

Link to this type

t()

t() :: %ExJsonSchema.Schema.Root{
  custom_format_validator: {module(), atom()} | nil,
  location: :root | String.t(),
  refs: %{required(String.t()) => ExJsonSchema.Schema.resolved()},
  schema: ExJsonSchema.Schema.resolved()
}