Motivation
Having the JSON Forms Editor deployed on Netlify is great. However, when I want to edit an existing JSON Schema, I need to copy and paste it from an external source into the editor. This manual step seems like unnecessary overhead.
Solution
I would like to append a parameter like https://jsonforms-editor.netlify.app/?schema=github.com%2Fabc123xyz%2Fschemas%2Fmyschema.json to have the app automatically load a schema hosted at github.com/abc123xyz/schemas/myschema.json.
Alternatives
Manually copying and pasting into the editor.
Additional context
None.
Motivation
Having the JSON Forms Editor deployed on Netlify is great. However, when I want to edit an existing JSON Schema, I need to copy and paste it from an external source into the editor. This manual step seems like unnecessary overhead.
Solution
I would like to append a parameter like
https://jsonforms-editor.netlify.app/?schema=github.com%2Fabc123xyz%2Fschemas%2Fmyschema.jsonto have the app automatically load a schema hosted atgithub.com/abc123xyz/schemas/myschema.json.Alternatives
Manually copying and pasting into the editor.
Additional context
None.