Skip to content

Commit

Permalink
Replace jsonschema with check-jsonschema (#218)
Browse files Browse the repository at this point in the history
See: python-jsonschema/jsonschema#600

Signed-off-by: Eduardo Barretto <[email protected]>
  • Loading branch information
dodys authored Jan 11, 2024
1 parent 463720c commit 6f843a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions validation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ This directory contains a JSON schema to validate OSV entries.
## Usage

```
$ pip install jsonschema
$ jsonschema schema.json < osv_to_test.json
$ pip install check-jsonschema
$ check-jsonschema --schemafile schema.json osv_to_test.json
```

0 comments on commit 6f843a1

Please sign in to comment.