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
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# json-schema-validator
2
-
A Java json schema validator that support json schema draft v4
2
+
A Java json schema validator that support json schema draft v4. It is a key component in our
3
+
[light-java](https://github.com/networknt/light-java) microservices framework to validate request
4
+
against OpenAPI specification at runtime.
5
+
3
6
4
7
*[Why to use this library?](#why-to-use-this-library)
5
8
*[Maven installation](#maven-installation)
@@ -52,13 +55,16 @@ Add the following to your `pom.xml`:
52
55
53
56
## Known issues
54
57
55
-
I have just updated the test suites from the official website as the old ones were copied from another
58
+
I have just updated the test suites from the [official website](https://github.com/json-schema-org/JSON-Schema-Test-Suite) as the old ones were copied from another
56
59
Java validator. Now there are several issues that need to be addressed. All of them are edge cases
0 commit comments