ex_json_schema v0.6.0 ExJsonSchema.Schema.Root

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %ExJsonSchema.Schema.Root{
  location: :root | String.t(),
  refs: %{optional(String.t()) => ExJsonSchema.Schema.resolved()},
  schema: ExJsonSchema.Schema.resolved()
}