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
|**test suite**| the entirety of the contents of this repository, containing tests for multiple different releases of the JSON Schema specification |
47
+
|**test case**| a single schema, along with a description and an array of *test*s |
48
+
|**test**| within a *test case*, a single test example, containing a description, instance and a boolean indicating whether the instance is valid under the test case schema |
49
+
|**test runner**| a program, external to this repository and authored by a user of this suite, which is executing each of the tests in the suite |
51
50
52
51
An example illustrating this structure is immediately below, and a JSON Schema containing a formal definition of the contents of test cases can be found [alongside this README](./test-schema.json).
0 commit comments