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
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
+
This is an implementation of the [JSON Schema Core Draft v4](http://json-schema.org/latest/json-schema-core.html) specification for OpenAPI 3.0. It uses the [Jackson](https://github.com/FasterXML/jackson) for json parsing.
[](https://gitter.im/networknt/json-schema-validator?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
3
12
4
13
# json-schema-validator
5
14
@@ -14,8 +23,6 @@ and RPC schema for [light-hybrid-4j](http://www.networknt.com/style/light-hybrid
14
23
*[Quickstart](#quickstart)
15
24
16
25
17
-
This project is an implementation of the [JSON Schema Core Draft v4](http://json-schema.org/latest/json-schema-core.html)
18
-
specification. It uses the [Jackson](https://github.com/FasterXML/jackson) for json parsing.
19
26
20
27
# Why to use this library?
21
28
@@ -43,7 +50,7 @@ Add the following to your `pom.xml`:
0 commit comments