Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion obsolete-implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Hyper-Schema
{% endfor %}
</ul>

Schema generation
Schema generators
-----------------

- Python
Expand All @@ -143,6 +143,14 @@ Schema generation
- Sparx Enterprise Architect
- [API-Add-In](https://github.com/bayeslife/api-add-in) - Sparx EA extension for exporting JSON Schema from UML models

Generators from schemas
-----------------------

#### Data from schemas

- JavaScript
- [json-schema-generator](https://github.com/json-schema-faker) (MIT) - JSON-Schema + fake data generators

Data parsing and code generation
--------------------------------

Expand Down