Steve Hu

Results 403 comments of Steve Hu

"then" is a little different as we only have the keyword "if" defined. However, the entire if-then-else works without any issue.

@ascertrobw You can ignore the then warning as the library only consider if is the keyword and handle the condition syntax properly. Sorry, I missed your comment until today I...

@kmalski Would you be able to submit a PR to get it fixed for the $comment? Thanks.

Could you please try https instead of http for the $schema URL?

I guess v4 is using the shared code somehow. could you please submit a PR with your test case for both v4 and the newer version? It will help other...

@danic Thanks a lot for raising the issue. This is a defect when combining if-then with allOf as they work within a different context as a standalone validator. Have you...

@gareth-robinson Good findings. When combining multiple validators together, the situation is much more complicated. The specification team needs to manage the complicity, otherwise, the specification would be really hard to...

@0xShamil Thanks a lot for raising the issue with details. I will take a look at it once I have some free cycles.

To customize the validator is a little bit harder as we don't want to introduce dependency injection. We want to make this library a green library so that our users...

@andreasevers Sorry I missed your message. @adityaLath18 has the right answer at least for now. In a long term, we can externalize the error messages to a properties file as...