Convert a JSON Schema to a list of UI Schema elements
this is very usefull if you either do not have a specific UI Schema
or if you want to generate a UI Schema from a JSON Schema and "fill the gaps"
of elements that are not defined in the UI Schema
you can optionally provide a subpath to the schema to generate the UI Schema elements for a specific part of the schema
normally the scope will be "#/properties/exampleProperty" but a subpath can make it deeper
like "#/properties/exampleDict/subProperty" by passing subpath "exampleDict/"
Convert a JSON Schema to a list of UI Schema elements this is very usefull if you either do not have a specific UI Schema or if you want to generate a UI Schema from a JSON Schema and "fill the gaps" of elements that are not defined in the UI Schema
you can optionally provide a subpath to the schema to generate the UI Schema elements for a specific part of the schema
normally the scope will be "#/properties/exampleProperty" but a subpath can make it deeper like "#/properties/exampleDict/subProperty" by passing subpath "exampleDict/"