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

Add networknt json-schema-validator to the Java validator list #302

Merged
merged 3 commits into from
Nov 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions _data/validator-libraries-modern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@
date-draft:
draft: [7, 6, 4]
license: Apache License 2.0
- name: networknt/json-schema-validator
url: https://github.com/networknt/json-schema-validator
notes: Support OpenAPI 3.0 with Jackson parser
date-draft:
draft: [7, 6, 4]
license: Apache License 2.0
- name: Kotlin
implementations:
- name: Medeia-validator
Expand Down
5 changes: 0 additions & 5 deletions _data/validator-libraries-obsolete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@
url: https://github.com/java-json-tools/json-schema-validator
draft: [4]
license: LGPLv3
- name: json-schema-validator
url: https://github.com/networknt/json-schema-validator
notes:
draft: [4]
license: Apache License 2.0
- name: JavaScript
implementations:
- name: jsonschema
Expand Down