Compiles a JSON Schema into a SchemaRegistry by:
SchemaRegistry
$ref
isEntity
typeIRI
byName
byPath
byTypeIRI
No JavaScript circular object references are created.
Compiles a JSON Schema into a
SchemaRegistryby:$refif present (Pattern D).isEntityandtypeIRIfor every definition, including allOf inheritance (Pattern E).$refs, keeps entity$refs as pointer strings, builds stub schemas.byName,byPath, andbyTypeIRIlookup maps.No JavaScript circular object references are created.