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
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ To test a specific version:
109
109
110
110
* For 2019-09 and later published drafts, implementations that are able to detect the draft of each schema via `$schema` SHOULD be configured to do so
111
111
* For draft-07 and earlier, draft-next, and implementations unable to detect via `$schema`, implementations MUST be configured to expect the draft matching the test directory name
112
-
* Load any remote references [described below](additional-assumptions) and configure your implementation to retrieve them via their URIs
112
+
* Load any remote references [described below](#additional-assumptions) and configure your implementation to retrieve them via their URIs
113
113
* Walk the filesystem tree for that version's subdirectory and for each `.json` file found:
114
114
115
115
* if the file is located in the root of the version directory:
@@ -254,6 +254,7 @@ This suite is being used by:
254
254
255
255
### Java
256
256
257
+
*[json-schema-validation-comparison](https://www.creekservice.org/json-schema-validation-comparison/functional) (Comparison site for JVM-based validator implementations)
*[json-schema-validation-comparison](https://www.creekservice.org/json-schema-validation-comparison/functional) (Comparison site for JVM-based validator implementations)
286
+
282
287
### Node.js
283
288
284
289
For node.js developers, the suite is also available as an [npm](https://www.npmjs.com/package/@json-schema-org/tests) package.
@@ -327,6 +332,7 @@ Node-specific support is maintained in a [separate repository](https://github.co
327
332
328
333
### Scala
329
334
335
+
*[json-schema-validation-comparison](https://www.creekservice.org/json-schema-validation-comparison/functional) (Comparison site for JVM-based validator implementations)
0 commit comments