Skip to content

Commit c1e9bd7

Browse files
authored
Merge pull request json-schema-org#139 from Anthropic/patch-2
Update implementations.md
2 parents a725ecb + 85dbe7e commit c1e9bd7

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

implementations.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,21 @@ Data parsing
102102

103103
UI generation
104104
-------------
105+
Various levels of support for UI generation primarily from the validation vocabulary or combined with UI specific definition.
105106

106107
- JavaScript
107-
- [Jsonary](http://jsonary.com/) - *supports draft 4* (MIT)
108-
- [Metawidget](http://metawidget.org/) (LGPL)
109-
- [Liform-react](https://github.com/Limenius/liform-react) (MIT)
110-
- [JSON Forms](http://jsonforms.io) (MIT)
111-
- [react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form) (Apache 2)
108+
- [Alpaca Forms](http://www.alpacajs.org/) (ASL 2.0)
109+
- [Angular Schema Form](https://github.com/json-schema-form/angular-schema-form) (MIT)
110+
- [Angular2 Schema Form](https://github.com/makinacorpus/angular2-schema-form) *unrelated to Angular Schema Form* (MIT)
112111
- [JSON Editor](https://github.com/jdorn/json-editor) (MIT)
112+
- [JSON Form](https://github.com/joshfire/jsonform) (joshfire) (MIT)
113+
- [Json Forms](https://github.com/brutusin/json-forms) (brutusin) (MIT)
114+
- [JSONForms](http://jsonforms.io) (EclipseSource) (MIT)
115+
- [Jsonary](http://jsonary.com/) (MIT)
116+
- [Liform-react](https://github.com/Limenius/liform-react) (MIT)
117+
- [Metawidget](http://metawidget.org/) (LGPL)
118+
- [React JSON Schema Form](https://github.com/mozilla-services/react-jsonschema-form) (Apache 2)
119+
- [React Schema Form](https://github.com/networknt/react-schema-form) (MIT)
113120

114121
Editors
115122
-------

0 commit comments

Comments
 (0)