Skip to content

Commit c7875c2

Browse files
committed
Pull request #94: Added mention of supported JSON schema drafts.
Merge in ITB/json-validator from feature/engine-replace to master * commit 'ebad3d155ed91b116358b463c771f7825fe55563': Added mention of supported JSON schema drafts.
2 parents 7f54065 + ebad3d1 commit c7875c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# JSON validator
1212

13-
The **JSON validator** is a web application to validate JSON data against [JSON Schema](https://json-schema.org/).
13+
The **JSON validator** is a web application to validate JSON data against [JSON Schema](https://json-schema.org/) (Core Draft v4, v6, v7, v2019-09 and v2020-12).
1414
The application provides a fully reusable core that requires only configuration to determine the supported specifications,
1515
configured validation types and other validator customisations. The web application allows validation via:
1616

0 commit comments

Comments
 (0)