freifunk / api.freifunk.net

Freifunk Community API
http://freifunk.net/api-generator/
47 stars 24 forks source link

Generator: Try json-editor #145

Closed andibraeu closed 4 years ago

andibraeu commented 8 years ago

this one also supports json schema 4 and a lot of other features

https://github.com/jdorn/json-editor

christian-weiss commented 4 years ago

https://github.com/jdorn/json-editor is deprecated and not maintained anymore. Replacement is: https://github.com/json-editor/json-editor But this json-editor has support for draft-3 and draft-4 schemas only. Not for the latest draft-7 schemas.

We should switch to jsonforms.io JsonForms which uses AJV (https://github.com/epoberezkin/ajv with draft-4, draft-6 and draft-7 support).

Lets continue the discussion in: https://github.com/freifunk/api.freifunk.net/issues/151. Please close this issue here.