I have a configuration repository made of different object (configuration). For each of them i know structure and field domains, so i have build a json schema for all my configuration (in the repository) based on the configuration “type” structure.
I am trying to use project like this to achive te json-schema to form conversion :
https://github.com/jarvelov/vue-form-json-schema
But in order to do so i also have to produce a UI Schema, and i don’t know how to generate such information in authomatic way.
I can build my own Json Schema converter/parser studying UI Schema definition first, but that seems very time consuming.
So i wondering if there is a better approach to my problem (assist configuration data-entry when you don’t know configuration structure in advance), or if there is a standard way to convert Json Schema to UI Schema.
Ps : Here what i mean for UI Schema
https://jsonforms.io/examples/gen-uischema/