We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5083344 commit a51c9b2Copy full SHA for a51c9b2
_data/validator-libraries-modern.yml
@@ -57,7 +57,8 @@
57
url: https://github.com/santhosh-tekuri/jsonschema
58
notes:
59
draft: [7, 6, 4]
60
- license: BSD-3-Clause
+ license:
61
+ -3-Clause
62
- name: qri-io/jsonschema
63
url: https://github.com/qri-io/jsonschema
64
draft: [7]
@@ -117,6 +118,11 @@
117
118
119
draft: [7, 6, 4, 3]
120
license: "MIT"
121
+ - name: fastjsonschema
122
+ url: https://github.com/horejsek/python-fastjsonschema
123
+ notes: Great performance thanks to code generation.
124
+ draft: [7, 6, 4]
125
+ license: BSD-3-Clause
126
- name: Ruby
127
implementations:
128
- name: JSONSchemer
0 commit comments