JSV.Resolver.Resolved (jsv v0.7.2)

View Source

Metadata gathered from a remote schema or a sub-schema.

Summary

Types

t()

@type t() :: %JSV.Resolver.Resolved{
  meta: binary(),
  ns: binary(),
  parent_ns: binary(),
  raw: term(),
  rev_path: term(),
  vocabularies: term()
}