Anirudh Modi
Anirudh Modi
@profnandaa I am picking this issue up.. but before that I need some clarification... 1. Why is this a bug? - Is it because the url is having `FAQ.md` where...
@emelens were you able to find any solution for this by any chance?
@siddharthkp Can I give this a try?
@siddharthkp I have created a PR for the same, if you could review the same. #107
Let me give the same a try and see if these are working appropriately or not.. Thank you for the suggestion
I will be a bit skeptical of increasing stack, as the schema is dynamic for us, it changes across clients for us, where I am afraid if the number of...
Hi @epoberezkin my apologies for the delay, but as per your suggestion I tried these. ## Enabling `allErrors` ``` const ajv = new Ajv({ logger: false, allErrors: true }); const...
Hi @epoberezkin Do you have any other suggestion which you think I can give a try?
Hi @epoberezkin Looks like converting `oneOf/anyOf` to `enum` did the trick for me... Correct me if I am wrong, from the documentation it seems like `oneOf` and `enum` work in...