-
-
Notifications
You must be signed in to change notification settings - Fork 239
Closed
Labels
Description
I'm currently using the ajv lib and some custom logic to dereference my schemas, and then I found this lib which will probably do a better job. Is there a way to add schemas so this lib is aware of them? My JSON schemas reference by id, so for example in ajv I'm loading all my schemas schemas.forEach(schema => ajv.addSchema(schema))
and then trying to parse the $refs. Is there something similar I can do for this lib? Or is the example in the docs the only way "$ref": "schemas/people/Bruce-Wayne.json"
?
Thanks
foray1010, mshibanami, 5amfung, TimurFayruzov and darcyrush