Skip to content

Commit 1042cd6

Browse files
handrewsJulian
authored andcommitted
Update draft coverage information
Also remove the "we'll use draft3 as an example" bit, as there are no actual draft-specific examples in this file.
1 parent 9567c58 commit 1042cd6

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you're going to use this suite, you need to know how tests are laid out. The
1616
tests are contained in the `tests` directory at the root of this repository.
1717

1818
Inside that directory is a subdirectory for each draft or version of the
19-
schema. We'll use `draft3` as an example.
19+
schema.
2020

2121
If you look inside the draft directory, there are a number of `.json` files,
2222
which logically group a set of test cases together. Often the grouping is by
@@ -52,8 +52,13 @@ they should be valid or invalid.
5252
Coverage
5353
--------
5454

55-
Draft 3 and 4 should have full coverage. If you see anything missing or think
56-
there is a useful test missing, please send a pull request or open an issue.
55+
Drafts 03, 04, 06, and 07 should have full coverage, with drafts 06 and 07
56+
being considered current and actively supported. Bug fixes will be made as
57+
needed for draft-04 as it is still the most widely used, while draft-03
58+
is long since deprecated.
59+
60+
If you see anything missing from the current supported drafts, or incorrect
61+
on any draft still accepting bug fixes, please file an issue or submit a PR.
5762

5863
Who Uses the Test Suite
5964
-----------------------

0 commit comments

Comments
 (0)