Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jefbarn authored Dec 16, 2022
1 parent db2f1dd commit 86946a2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ Supported drafts:
* Draft 6
* Draft 4 (except optional bignum)

Partially supported drafts (some keywords are not implemented):

* Draft 2019-09
* Draft 2020-12

Bonus support added for:
* [JSON Type Definition (JTD)](https://jsontypedef.com/) via the [jtd crate](https://docs.rs/jtd/)
* [Apache Avro](https://avro.apache.org/) via the [avro_rs crate](https://docs.rs/avro-rs/)
Expand Down Expand Up @@ -139,4 +144,4 @@ select avro_is_valid('{

### Prior Art
- https://github.com/gavinwahl/postgres-json-schema
- https://github.com/furstenheim/is_jsonb_valid
- https://github.com/furstenheim/is_jsonb_valid

0 comments on commit 86946a2

Please sign in to comment.