Skip to content

Commit bbfe46f

Browse files
committed
update readme
1 parent 683c629 commit bbfe46f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# 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+
36

47
* [Why to use this library?](#why-to-use-this-library)
58
* [Maven installation](#maven-installation)
@@ -52,13 +55,16 @@ Add the following to your `pom.xml`:
5255

5356
## Known issues
5457

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
5659
Java validator. Now there are several issues that need to be addressed. All of them are edge cases
5760
in my opinion but need to be investigated.
5861

5962
[#7](https://github.com/networknt/json-schema-validator/issues/7)
63+
6064
[#6](https://github.com/networknt/json-schema-validator/issues/6)
65+
6166
[#5](https://github.com/networknt/json-schema-validator/issues/5)
67+
6268
[#4](https://github.com/networknt/json-schema-validator/issues/4)
6369

6470

0 commit comments

Comments
 (0)