Skip to content

Commit 923c2d7

Browse files
authored
testdata: explain omitted test files (#106)
Explain why certain files are omitted from our tests.
1 parent aebd244 commit 923c2d7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

jsonschema/testdata/draft2020-12/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,14 @@
22

33
These files were copied from
44
https://github.com/json-schema-org/JSON-Schema-Test-Suite/tree/83e866b46c9f9e7082fd51e83a61c5f2145a1ab7/tests/draft2020-12.
5+
6+
The following files were omitted:
7+
8+
content.json: it is not required to validate content fields
9+
(https://json-schema.org/draft/2020-12/draft-bhutton-json-schema-validation-00#rfc.section.8.1).
10+
11+
format.json: it is not required to validate format fields (https://json-schema.org/draft/2020-12/draft-bhutton-json-schema-validation-00#rfc.section.7.1).
12+
13+
vocabulary.json: this package doesn't support explicit vocabularies, other than the 2020-12 draft.
14+
15+
The "optional" directory: this package doesn't implement any optional features.

0 commit comments

Comments
 (0)