View Source JSV.Resolver.Embedded (jsv v0.3.0)
A JSV.Resolver
implementation that only resolves known schemas shipped as
part of the JSV
library.
The current set of URLs that can be resolved are the following:
- 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.