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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
*[Example](#example)
14
14
*[Resolution scopes](#resolution-scopes)
15
15
16
+
<imgsrc="./jetbrains-logo.png" /> Supported by JetBrains.
16
17
17
18
This project is an implementation of the JSON Schema [Draft v4][draft-zyp-json-schema-04] and [Draft v6](https://tools.ietf.org/html/draft-wright-json-schema-01) specifications.
18
19
It uses the [org.json API](http://stleary.github.io/JSON-java/) (created by Douglas Crockford) for representing JSON data.
@@ -220,7 +221,7 @@ Starting from version `1.2.0` the library supports the [`"format"` keyword][draf
220
221
* ipv4
221
222
* ipv6
222
223
* uri
223
-
224
+
224
225
If you use the library in Draft 6 mode, then the followings are also supported:
0 commit comments