UNPKG

@hey-api/json-schema-ref-parser

Version:

Parse, Resolve, and Dereference JSON Schema $ref pointers

12 lines (11 loc) 149 B
{ "schemas": { "Foo": { "$ref": "#/schemas/Bar" }, "Bar": { "description": "ok", "$ref": "#/schemas/Foo" } } }