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

Commit a51c9b2

Browse files
authored
add a python validator (fastjsonschema)
1 parent 5083344 commit a51c9b2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

_data/validator-libraries-modern.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
url: https://github.com/santhosh-tekuri/jsonschema
5858
notes:
5959
draft: [7, 6, 4]
60-
license: BSD-3-Clause
60+
license:
61+
-3-Clause
6162
- name: qri-io/jsonschema
6263
url: https://github.com/qri-io/jsonschema
6364
draft: [7]
@@ -117,6 +118,11 @@
117118
notes:
118119
draft: [7, 6, 4, 3]
119120
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
120126
- name: Ruby
121127
implementations:
122128
- name: JSONSchemer

0 commit comments

Comments
 (0)