Skip to content

Commit

Permalink
README edits
Browse files Browse the repository at this point in the history
  • Loading branch information
jefbarn committed Jul 27, 2021
1 parent 481f185 commit c5ede30
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ This repo is a lightweight connection between the following excellent packages:

https://github.com/Stranger6667/jsonschema-rs

Supported drafts:

* Draft 7 (except optional idn-hostname.json test case)
* Draft 6
* Draft 4 (except optional bignum.json test case)

### Installation:

```shell
Expand Down Expand Up @@ -57,7 +63,9 @@ error_value | description | details | in
- [ ] More testing
- [ ] Benchmarking
- [ ] Add more schema types like [JTD](https://jsontypedef.com/) and [Avro](https://avro.apache.org/)

- [ ] Support newer JSON Schema drafts
- [ ] Add Dockerfile with installation example

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

0 comments on commit c5ede30

Please sign in to comment.