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

Commit 75e8fe2

Browse files
authored
Merge pull request #302 from stevehu/master
Add networknt json-schema-validator to the Java validator list
2 parents f5038e6 + e4fd78f commit 75e8fe2

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

_data/validator-libraries-modern.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@
8989
date-draft:
9090
draft: [7, 6, 4]
9191
license: Apache License 2.0
92+
- name: networknt/json-schema-validator
93+
url: https://github.com/networknt/json-schema-validator
94+
notes: Support OpenAPI 3.0 with Jackson parser
95+
date-draft:
96+
draft: [7, 6, 4]
97+
license: Apache License 2.0
9298
- name: Kotlin
9399
implementations:
94100
- name: Medeia-validator

_data/validator-libraries-obsolete.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@
7373
url: https://github.com/java-json-tools/json-schema-validator
7474
draft: [4]
7575
license: LGPLv3
76-
- name: json-schema-validator
77-
url: https://github.com/networknt/json-schema-validator
78-
notes:
79-
draft: [4]
80-
license: Apache License 2.0
8176
- name: JavaScript
8277
implementations:
8378
- name: jsonschema

0 commit comments

Comments
 (0)