Closed
Description
I've added 5 json schemas which cross-reference each other and refer to $defs
in the same file using $ref
into a Registry
. Is there a straightforward way to check if all of the $ref
s resolve successfully? I can of course use resolver.lookup()
on individual paths - I'd like that, but automatically, for all $ref
s. I've spent some time looking at the docs and code for this library and haven't figured it out, but apologies if I've missed something obvious. (If not, I guess I need to use jsonref for this?)
Metadata
Metadata
Assignees
Labels
No labels