Skip to content

Commit 6f7ea7d

Browse files
committed
add support links to the README.md
1 parent babb6d6 commit 6f7ea7d

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff 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.
2+
3+
[Stack Overflow](https://stackoverflow.com/questions/tagged/light-4j) |
4+
[Google Group](https://groups.google.com/forum/#!forum/light-4j) |
5+
[Gitter Chat](https://gitter.im/networknt/light-rest-4j) |
6+
[Subreddit](https://www.reddit.com/r/lightapi/) |
7+
[Youtube Channel](https://www.youtube.com/channel/UCHCRMWJVXw8iB7zKxF55Byw) |
8+
[Documentation](https://doc.networknt.com/library/json-overlay/) |
9+
[Contribution Guide](https://doc.networknt.com/contribute/) |
10+
111
[![Build Status](https://travis-ci.org/networknt/json-schema-validator.svg?branch=master)](https://travis-ci.org/networknt/json-schema-validator)
2-
[![Join the chat at https://gitter.im/networknt/json-schema-validator](https://badges.gitter.im/networknt/json-schema-validator.svg)](https://gitter.im/networknt/json-schema-validator?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
312

413
# json-schema-validator
514

@@ -14,8 +23,6 @@ and RPC schema for [light-hybrid-4j](http://www.networknt.com/style/light-hybrid
1423
* [Quickstart](#quickstart)
1524

1625

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.
1926

2027
# Why to use this library?
2128

@@ -43,7 +50,7 @@ Add the following to your `pom.xml`:
4350
<dependency>
4451
<groupId>com.networknt</groupId>
4552
<artifactId>json-schema-validator</artifactId>
46-
<version>0.1.19</version>
53+
<version>1.0.3</version>
4754
</dependency>
4855
```
4956

0 commit comments

Comments
 (0)