vue-form-json-schema
vue-form-json-schema copied to clipboard
how do i generate the uischema?
trafficstars
I just have the json schema of the entity, however it seems it is hard to get a form without uischema, is it? if it is, how would to generate the uischema code ?
@helxsz you have to provide it manually or implement some generator function
It would be very nice to have some kind of UI for generating the schemas. It is quite difficult to come up with them, especially as in your validation example.. the uiSchema is super verbose and very lengthy.. it would be great if all the validation UI was generated from the schema's validation rules