JSV.Root (jsv v0.10.1)
View SourceInternal representation of a JSON schema built with JSV.build/2
.
The original schema, in its string-keys form, can be retrieved in the :raw
key of the struct.
Summary
Types
@type t() :: %JSV.Root{ raw: map() | boolean() | nil, root_key: term(), validators: JSV.Validator.validators() }