Skip to content

Commit

Permalink
Merge pull request #262 from ThomasAribart/add-json-schema-to-ts-to-i…
Browse files Browse the repository at this point in the history
…mplementations

Add json-schema-to-ts to implementations
  • Loading branch information
benjagm authored Jan 8, 2024
2 parents dae96ed + 229e584 commit c0aea26
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/implementations/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ support `id`, `exclusiveMinimum`, or `exclusiveMaxium`, then as long as it does
not require a draft-04 `$schema`, it is compatible with draft-06 since those
are the only keywords that changed.

### Type generation

- TypeScript
- [json-schema-to-ts](https://github.com/ThomasAribart/json-schema-to-ts) (MIT) - generates TypeScript types from JSON schemas

### Code generation

- Dotnet
Expand Down

0 comments on commit c0aea26

Please sign in to comment.