Skip to content

Commit bb1de8a

Browse files
The site linked to is a data-driven functional and performance benchmark of JVM based validator implementations.
Micro-site: https://www.creekservice.org/json-schema-validation-comparison/ Repo: https://github.com/creek-service/json-schema-validation-comparison It would be great if we can link to the results from this page.
1 parent d38ddd5 commit bb1de8a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ To test a specific version:
109109

110110
* 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
111111
* 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
113113
* Walk the filesystem tree for that version's subdirectory and for each `.json` file found:
114114

115115
* if the file is located in the root of the version directory:
@@ -254,6 +254,7 @@ This suite is being used by:
254254

255255
### Java
256256

257+
* [json-schema-validation-comparison](https://www.creekservice.org/json-schema-validation-comparison/functional) (Comparison site for JVM-based validator implementations)
257258
* [json-schema-validator](https://github.com/daveclayton/json-schema-validator)
258259
* [everit-org/json-schema](https://github.com/everit-org/json-schema)
259260
* [networknt/json-schema-validator](https://github.com/networknt/json-schema-validator)
@@ -279,6 +280,10 @@ This suite is being used by:
279280
* [ajv](https://github.com/epoberezkin/ajv)
280281
* [djv](https://github.com/korzio/djv)
281282

283+
### Kotlin
284+
285+
* [json-schema-validation-comparison](https://www.creekservice.org/json-schema-validation-comparison/functional) (Comparison site for JVM-based validator implementations)
286+
282287
### Node.js
283288

284289
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
327332

328333
### Scala
329334

335+
* [json-schema-validation-comparison](https://www.creekservice.org/json-schema-validation-comparison/functional) (Comparison site for JVM-based validator implementations)
330336
* [typed-json](https://github.com/frawa/typed-json)
331337

332338
### Swift

0 commit comments

Comments
 (0)