okfn / opendataeditor

The Open Data Editor (ODE) is a no-code application to explore, validate and publish data in a simple way. Forever free and open source project powered by the Frictionless Framework.
http://opendataeditor.okfn.org
MIT License
183 stars 23 forks source link

nested data & JSON Schema #444

Open felschr opened 4 months ago

felschr commented 4 months ago

Overview

Hi, are there any plans to add support for visual editing of nested data, e.g. in JSON files?

At my work we're currently looking for an editor for JSON files that allows us to specify a JSON Schema that we give to non-technical customers to manage some master data.

JSON Schema is a common standard used to specify schemas for complex data structures and it seems a perfect fit for what Open Data Editor tries to achieve.