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
This project might be an interesting direction to explore to support rendering of the JSONSchema-defined template and UISchema for the representation for the model configuration files, so that input types, attributes can be typed and validated at the time of submission: https://github.com/mozilla-services/react-jsonschema-form#the-uischema-object
The text was updated successfully, but these errors were encountered:
Another interesting piece to the puzzle: https://github.com/cwacek/python-jsonschema-objects. The intent of this one is to be able to generate an object factory based on a JSON-schema definition. I think in some context it can be interesting for this project. If it works, it would be quite cool! I am not very successful to get it to work for a schema of my interest from dcmqi, but perhaps it is because that schema is too complicated. Would be interesting to know if it works for the modelhub schema.
Thanks Andrey the first link is a react library (same as our frontend) - would be very cool to have a single page web app that guides the contributor through filling in the form and spits out the json. Let me look into it.
This project might be an interesting direction to explore to support rendering of the JSONSchema-defined template and UISchema for the representation for the model configuration files, so that input types, attributes can be typed and validated at the time of submission: https://github.com/mozilla-services/react-jsonschema-form#the-uischema-object
The text was updated successfully, but these errors were encountered: