Manage shared elements used in many forms

Hi, we have many forms that share a lot of the same elements, is there a more efficient way to create new forms than copying and pasting the parts of an existing form that are required? maybe a script that takes the forms names as an arg and adds them to a new form?

Hi @jdb,

This question outside of the scope of JSON Forms as we just consume the handed over schemas. If they are largely the same or based on some specific other inputs then you could for example generate them on the fly. Alternatively you could for example create a base object and enrich with additional unique properties when needed.