You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added test cases for not allowed validator, Handled invalid keyword test case for recurisve reference and empty array case for prefixItems validator (#890)
* Added not allowed validator test cases
* Updated JAVA doc for NotAllowedValidatorTest
* Added PrefixItemsValidatorTest for exception handling test case
* Added RecursiveReferenceValidatorExceptionTest for handling invalid recursive ref keyword
* Extracted method from isValidInet6Address to get valid and important from inet6Address for further processing.
* Renamed strict variable in DurationFormat.java to make it more understandable.
* Added explaining variable for return statement in TimeFormat.java.
* Extracted a class from BaseJsonValidator with methods concerning to validation messages.
* Removed unnecessary override in BaseJsonValidator to improve code readability.
* Moved version detection related methods from AbstractJsonSchemaTestSuite to SpecVersionDetector for better cohesion across methods
0 commit comments