You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2025. It is now read-only.
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.