json-schema-ref-parser icon indicating copy to clipboard operation
json-schema-ref-parser copied to clipboard

"relaxed" ref resolver

Open jochman opened this issue 8 months ago • 0 comments

I have a json file with some refs that are wrong.

I want to load it and bundle everything except those missing refs.

like:

{
  "$ref": "../file/that/not/exists.yaml"
}

and get something like:

{}

or getting all the paths that could not be resolved so I could remove them.

jochman avatar May 21 '25 11:05 jochman