Skip to content

Commit 19de4ad

Browse files
authored
Merge pull request json-schema-org#467 from boneyao/master
Java Implementation update
2 parents 5712e72 + aa96d4b commit 19de4ad

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

_data/validator-libraries-modern.yml

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -109,19 +109,31 @@
109109
notes: includes custom validator support, rich error returns
110110
- name: Java
111111
implementations:
112-
- name: Snow
113-
url: https://github.com/ssilverman/snowy-json
114-
notes: Uses Maven for the project and Gson under the hood.
115-
date-draft: [2019-09]
116-
draft: [7, 6]
117-
license: GNU Affero General Public License v3.0
118112
- name: Vert.x Json Schema
119113
url: https://github.com/eclipse-vertx/vertx-json-schema
120114
notes: Validator for Eclipse Vert.x project JSON types.
121-
date-draft: [2019-09]
115+
date-draft: [2020-12, 2019-09]
122116
draft: [7]
123117
license: Apache License, Version 2.0
124118
notes: includes custom keywords support, custom dialect support, asynchronous validation
119+
- name: jsonschemafriend
120+
url: https://github.com/jimblackler/jsonschemafriend
121+
notes:
122+
date-draft: [2020-12, 2019-09]
123+
draft: [7, 6, 4, 3]
124+
license: Apache License 2.0
125+
- name: networknt/json-schema-validator
126+
url: https://github.com/networknt/json-schema-validator
127+
notes: Support OpenAPI 3.0 with Jackson parser
128+
date-draft: [2020-12, 2019-09]
129+
draft: [7, 6, 4]
130+
license: Apache License 2.0
131+
- name: Snow
132+
url: https://github.com/ssilverman/snowy-json
133+
notes: Uses Maven for the project and Gson under the hood.
134+
date-draft: [2019-09]
135+
draft: [7, 6]
136+
license: GNU Affero General Public License v3.0
125137
- name: everit-org/json-schema
126138
url: https://github.com/everit-org/json-schema
127139
notes:
@@ -134,18 +146,7 @@
134146
date-draft:
135147
draft: [7, 6, 4]
136148
license: Apache License 2.0
137-
- name: networknt/json-schema-validator
138-
url: https://github.com/networknt/json-schema-validator
139-
notes: Support OpenAPI 3.0 with Jackson parser
140-
date-draft: [2019-09]
141-
draft: [7, 6, 4]
142-
license: Apache License 2.0
143-
- name: jsonschemafriend
144-
url: https://github.com/jimblackler/jsonschemafriend
145-
notes:
146-
date-draft: [2019-09]
147-
draft: [7, 6, 4, 3]
148-
license: Apache License 2.0
149+
149150
- name: Kotlin
150151
implementations:
151152
- name: Medeia-validator

0 commit comments

Comments
 (0)