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

Commit ec08a95

Browse files
mwadamsRelequestual
authored andcommitted
Added implementation details.
1 parent d7a7149 commit ec08a95

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

_data/validator-libraries-modern.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
draft: [7, 6, 4, 3]
1515
license: "AGPL-3.0-only"
1616
last-updated: "2022-08-31"
17+
- name: Corvus.JsonSchema
18+
url: https://github.com/corvus-dotnet/corvus.jsonschema
19+
date-draft: [2020-12, 2019-09]
20+
draft: [7, 6]
21+
license: Apache License, Version 2.0
22+
last-updated: "2023-02-14"
1723
- name: C
1824
notes: No known implementations support draft-06 or later.
1925
- name: C++

implementations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ are the only keywords that changed.
194194

195195
#### Code generation
196196

197+
- Dotnet
198+
- [Corvus.JsonSchema](https://www.nuget.org/packages/Corvus.Json.JsonSchema.TypeGeneratorTool/) - generates an idiomatic dotnet type model from JSON Schema files, supporting all JSON Schema features, including property accessors, enumeration, common string `format`, and JSON document building/modification; over low-level `System.Text.Json` types. *supports Draft 6, Draft 7, Draft 2019-09 and Draft 2020-12*.
197199
- Elm
198200
- [json-schema-to-elm](https://github.com/dragonwasrobot/json-schema-to-elm) - generates Elm types, JSON decoders+encoders, and fuzz tests from one or more JSON Schema files, using [dragonwasrobot/json_schema](https://github.com/dragonwasrobot/json_schema) *supports Draft 7*
199201
- Go

0 commit comments

Comments
 (0)