Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 9ab320d

Browse files
authored
Add link to hypothesis-jsonschema
Apparently it's the first tool to generate data matching a draft-06 or -07 schema. Plus it can generate schemas to test against, which makes testing tools like this so much more fun.
1 parent addcb39 commit 9ab320d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

implementations.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ Various levels of support for UI generation primarily from the validation vocabu
206206

207207
#### Data from schemas
208208

209-
_None currently support draft-06 or later._
209+
- Python
210+
- [hypothesis-jsonschema](https://github.com/Zac-HD/hypothesis-jsonschema) (MPL) *draft-07, -06, -04*; Generates instances which match the given schema using [Hypothesis](https://hypothesis.works/). Also generates arbitrary schemas to test your tests!
210211

211212
Utilities
212213
---------
@@ -248,8 +249,8 @@ _None currently support draft-06 or later._
248249
#### Testing
249250

250251
- Python
251-
- [hypo\_schema](https://github.com/mlakewood/hypo_schema) (BSD-2-Clause) Creates generators for Hypothesis from JSON Schema
252-
252+
- [hypothesis-jsonschema](https://github.com/Zac-HD/hypothesis-jsonschema) (MPL) *draft-07, -06, -04*; Generates instances which match the given schema using [Hypothesis](https://hypothesis.works/). Also generates arbitrary schemas to test your tests!
253+
253254
#### Editors
254255

255256
_TODO: Sort by draft support._

0 commit comments

Comments
 (0)