I have a json file with some refs that are wrong. I want to load it and bundle everything except those missing refs. like: ```json { "$ref": "../file/that/not/exists.yaml" } ``` and get something like: ```json {} ``` or getting all the paths that could not be resolved so I could remove them.