You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ This repository contains a set of JSON objects that implementers of JSON Schema
12
12
It is meant to be language agnostic and should require only a JSON parser.
13
13
The conversion of the JSON objects into tests within a specific language and test framework of choice is left to be done by the validator implementer.
14
14
15
+
The recommended workflow of this test suite is to clone the `main` branch of this repository as a `git submodule` or `git subtree`. The `main` branch is always stable.
16
+
15
17
## Coverage
16
18
17
19
All JSON Schema specification releases should be well covered by this suite, including drafts 2020-12, 2019-09, 07, 06, 04 and 03.
0 commit comments