# `JSV.Resolver.Embedded`
[🔗](https://github.com/lud/jsv/blob/v0.18.3/lib/jsv/resolver/embedded.ex#L1)

A `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-assertion
* 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

# `embedded_normalized_ids`

```elixir
@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.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
