Whenever json-refs records reference metadata, the way it is used to calculate unused definitions doesn't work right when there are references in relative/remote documents that populate referenceable objects. For example, if #/definitions points to ./models.yaml, anything that also uses ./models.yaml doesn't get recognized as pointing to #/definitions/*.
Whenever
json-refs
records reference metadata, the way it is used to calculate unused definitions doesn't work right when there are references in relative/remote documents that populate referenceable objects. For example, if#/definitions
points to./models.yaml
, anything that also uses./models.yaml
doesn't get recognized as pointing to#/definitions/*
.