fix(core): Generate UI Schema with Type Null by sdirix · Pull Request #2251 · eclipsesource/jsonforms

@sdirix

@LukasBoll

Previously, the default UI schema generation function threw error when
encountering data containing a null value. With this commit, a control
with type null will be generated, that can be used in custom renderers.

Closes eclipsesource#2207