JSV.Resolver.Embedded (jsv v0.7.2)
View SourceA JSV.Resolver
implementation that resolves known schemas shipped as part of
the JSV
library.
Internal URIs such as jsv:module:<module name>
are delegated to the
JSV.Resolver.Internal resolver.
Embedded schemas
- https://json-schema.org/draft/2020-12/schema
- https://json-schema.org/draft/2020-12/meta/validation
- https://json-schema.org/draft/2020-12/meta/unevaluated
- https://json-schema.org/draft/2020-12/meta/meta-data
- https://json-schema.org/draft/2020-12/meta/format-annotation
- https://json-schema.org/draft/2020-12/meta/core
- https://json-schema.org/draft/2020-12/meta/content
- https://json-schema.org/draft/2020-12/meta/applicator
- http://json-schema.org/draft-07/schema
Summary
Functions
Returns the list of meta schemas embedded in this resolver. The IDs are given in normalized form, i.e. URLs without fragments.
Functions
@spec embedded_normalized_ids() :: [String.t()]
Returns the list of meta schemas embedded in this resolver. The IDs are given in normalized form, i.e. URLs without fragments.