|
109 | 109 | notes: includes custom validator support, rich error returns
|
110 | 110 | - name: Java
|
111 | 111 | 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 |
118 | 112 | - name: Vert.x Json Schema
|
119 | 113 | url: https://github.com/eclipse-vertx/vertx-json-schema
|
120 | 114 | notes: Validator for Eclipse Vert.x project JSON types.
|
121 |
| - date-draft: [2019-09] |
| 115 | + date-draft: [2020-12, 2019-09] |
122 | 116 | draft: [7]
|
123 | 117 | license: Apache License, Version 2.0
|
124 | 118 | 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 |
125 | 137 | - name: everit-org/json-schema
|
126 | 138 | url: https://github.com/everit-org/json-schema
|
127 | 139 | notes:
|
|
134 | 146 | date-draft:
|
135 | 147 | draft: [7, 6, 4]
|
136 | 148 | 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 | + |
149 | 150 | - name: Kotlin
|
150 | 151 | implementations:
|
151 | 152 | - name: Medeia-validator
|
|
0 commit comments