Skip to content

Commit 47d460a

Browse files
committed
Removed 2019-09 from supported drafts, added to codegen generated types
1 parent dafc80f commit 47d460a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_data/validator-libraries-modern.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
- name: json-kotlin-schema
131131
url: https://github.com/pwall567/json-kotlin-schema
132132
notes: Kotlin implementation of JSON Schema
133-
date-draft: [2019-09]
133+
date-draft:
134134
draft: [7]
135135
license: MIT
136136
- name: JavaScript

implementations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ are the only keywords that changed.
197197
- Java
198198
- [jsonCodeGen](https://github.com/schlothauer-wauer/jsoncodegen) (MIT) - Groovy based generation tasks from JSON schema. Already includes templates/generators for Java Beans, Swagger specification files and PlantUML diagrams.
199199
- Kotlin
200-
- [json-kotlin-schema-codegen](https://github.com/pwall567/json-kotlin-schema-codegen) (MIT) - Generates Kotlin data classes from JSON Schema.
200+
- [json-kotlin-schema-codegen](https://github.com/pwall567/json-kotlin-schema-codegen) (MIT) - Generates Kotlin data classes, Java classes or TypeScript interfaces from JSON Schema.
201201
- Online (web tool)
202202
- [quicktype.io](https://app.quicktype.io/#l=schema) - infer JSON Schema from samples, and generate TypeScript, C++, go, Java, C#, Swift, etc. types from JSON Schema
203203
- PHP

0 commit comments

Comments
 (0)