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.