json-schema-ref-parser
json-schema-ref-parser copied to clipboard
"relaxed" ref resolver
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.