Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
otto-ifak committed Nov 13, 2023
1 parent d551a48 commit 90465f7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ result = validator.validate("invalid")

```

## Installation

You can install JSON Schema Tool via pip:

```sh
python -m pip install json_schema_tool
```

## Schema Coverage Measurement
You can use coverage to assess the completeness of your test data.
Schema coverage works on the keyword level, i.e., JsonSchema Tool checks, how many constraints have been actually checked during instance validation:
Expand Down

0 comments on commit 90465f7

Please sign in to comment.