UNPKG

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

Version:

Parse, Resolve, and Dereference JSON Schema $ref pointers

11 lines 148 B
{ "schemas": { "Foo": { "$ref": "#/schemas/Bar" }, "Bar": { "description": "ok", "$ref": "#/schemas/Foo" } } }