Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit be44617

Browse files
authored
Merge branch 'master' into patch-1
2 parents 09a00f4 + 22e425e commit be44617

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

_data/validator-libraries.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- name: Json.NET Schema
55
url: https://www.newtonsoft.com/jsonschema
66
draft: [3, 4, 6, 7]
7-
license: "MIT"
7+
license: "AGPL-3.0-only"
88
- name: Manatee.Json
99
url: https://github.com/gregsdennis/Manatee.Json
1010
draft: [4, 6, 7]
@@ -115,10 +115,10 @@
115115
notes: "includes draft-04 hype-schema syntax support"
116116
draft: [4]
117117
license: LGPLv3
118-
- name: json-schema (implementation based on the org.json API)
118+
- name: everit-org/json-schema
119119
url: https://github.com/everit-org/json-schema
120120
notes:
121-
draft: [4, 6]
121+
draft: [4, 6, 7]
122122
license: Apache License 2.0
123123
- name: json-schema-validator
124124
url: https://github.com/networknt/json-schema-validator

implementations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Validators
5757

5858
### Online
5959

60+
- [JSON Schema Validator](https://www.jsonschemavalidator.net/) - validate against your own schemas
6061
- [JSON Schema Lint](http://jsonschemalint.com/) - validate against your own schemas
6162
- [SchemaStore.org](http://schemastore.org/validator/) - validate against common JSON Schemas
6263
- [quicktype.io](https://app.quicktype.io/#l=schema) - infer JSON Schema from samples, and generate TypeScript, C++, go, Java, C#, Swift, etc. types from JSON Schema

0 commit comments

Comments
 (0)