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

Web UI generation: Add FormSchema #263

Closed
wants to merge 3 commits into from
Closed
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
3 changes: 2 additions & 1 deletion implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ are the only keywords that changed.
- Online (web tool)
- [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
- PHP
- [php-code-builder](https://github.com/swaggest/php-code-builder)(MIT) - generates PHP mapping structures defined by JSON schema using [swaggest/json-schema](https://github.com/swaggest/php-json-schema) *supports Draft 7*
- [php-code-builder](https://github.com/swaggest/php-code-builder) (MIT) - generates PHP mapping structures defined by JSON schema using [swaggest/json-schema](https://github.com/swaggest/php-json-schema) *supports Draft 7*
- Elm
- [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*

Expand All @@ -207,6 +207,7 @@ Various levels of support for UI generation primarily from the validation vocabu
- [React JSON Schema Form (mozilla)](https://github.com/mozilla-services/react-jsonschema-form) (Apache 2)
- [React Schema Form (networknt)](https://github.com/networknt/react-schema-form) (MIT)
- [uniforms (Vazco)](https://github.com/vazco/uniforms) (MIT)
- [FormSchema (demsking)](https://gitlab.com/formschema/native) (MIT) - generate a form using JSON Schema and Vue.js *supports Draft 7*

#### Data from schemas

Expand Down