Open
Description
JsonEditorComponent
takes @Input record: Object
only, and some services like RecordFixerService
and JsonUtils
service assumes that the root is always an Object
.
We should support it eventually but is it necessary for our usecase for record-editor
? @jmartinm