|
134 | 134 | date-draft:
|
135 | 135 | draft: [7, 6, 4]
|
136 | 136 | license: Apache License 2.0
|
137 |
| -- name: Kotlin |
138 |
| - implementations: |
139 |
| - - name: Medeia-validator |
140 |
| - url: https://github.com/worldturner/medeia-validator |
141 |
| - notes: streaming validator for Kotlin and Java clients; works with Jackson and Gson |
142 |
| - date-draft: |
143 |
| - draft: [7, 6, 4] |
144 |
| - license: Apache License 2.0 |
145 |
| - - name: json-kotlin-schema |
146 |
| - url: https://github.com/pwall567/json-kotlin-schema |
147 |
| - notes: | |
148 |
| - Kotlin implementation of JSON Schema. |
149 |
| - (Currently supports most of Draft 7; see the README for details. |
150 |
| - Full compliance with Draft 7 and later drafts in progress.) |
151 |
| - date-draft: |
152 |
| - draft: [7] |
153 |
| - license: MIT |
154 | 137 | - name: JavaScript
|
155 | 138 | implementations:
|
156 | 139 | - name: Hyperjump JSV
|
|
188 | 171 | date-draft:
|
189 | 172 | draft: [6]
|
190 | 173 | license: MIT
|
| 174 | +- name: Kotlin |
| 175 | + implementations: |
| 176 | + - name: Medeia-validator |
| 177 | + url: https://github.com/worldturner/medeia-validator |
| 178 | + notes: streaming validator for Kotlin and Java clients; works with Jackson and Gson |
| 179 | + date-draft: |
| 180 | + draft: [7, 6, 4] |
| 181 | + license: Apache License 2.0 |
| 182 | + - name: json-kotlin-schema |
| 183 | + url: https://github.com/pwall567/json-kotlin-schema |
| 184 | + notes: | |
| 185 | + Kotlin implementation of JSON Schema. |
| 186 | + (Currently supports most of Draft 7; see the README for details. |
| 187 | + Full compliance with Draft 7 and later drafts in progress.) |
| 188 | + date-draft: |
| 189 | + draft: [7] |
| 190 | + license: MIT |
191 | 191 | - name: Perl
|
192 | 192 | implementations:
|
193 | 193 | - name: JSON::Schema::Modern
|
194 | 194 | url: https://github.com/karenetheridge/JSON-Schema-Modern
|
195 | 195 | notes:
|
196 |
| - date-draft: [7, 2019-09, 2020-12] |
| 196 | + date-draft: [2019-09, 2020-12] |
| 197 | + draft: [7] |
197 | 198 | license: "GNU General Public License, Version 1 + The Artistic License 1.0"
|
198 | 199 | - name: JSON::Schema::Tiny
|
199 | 200 | url: https://github.com/karenetheridge/JSON-Schema-Tiny
|
200 | 201 | notes:
|
201 |
| - date-draft: [7, 2019-09, 2020-12] |
| 202 | + date-draft: [2019-09, 2020-12] |
| 203 | + draft: [7] |
202 | 204 | license: "GNU General Public License, Version 1 + The Artistic License 1.0"
|
203 | 205 | - name: JSON::Validator
|
204 | 206 | url: https://github.com/mojolicious/json-validator
|
|
336 | 338 | - name: valbuddy
|
337 | 339 | license: Free and commercial versions (proprietary)
|
338 | 340 | url: 'https://www.json-buddy.com/json-validator-command-line-tool.htm'
|
339 |
| - date-draft: |
340 |
| - draft: [2019-09, 7, 6, 4] |
| 341 | + date-draft: [2019-09] |
| 342 | + draft: [7, 6, 4] |
341 | 343 | notes: JSONBuddy cli tool. Windows platform. Support for large data and streaming validation.
|
342 | 344 | - name: ajv-cli
|
343 | 345 | license: MIT
|
|
0 commit comments