This PR brings in naive support for pass-through array annotations (addable, removable and orderable)
See rjsf playground for rendering
As this is just a passthrough right now - it is possible to emit these keywords for types other than arrays - I would like to address this in a separate PR.
This PR brings in naive support for pass-through array annotations (
addable
,removable
andorderable
) See rjsf playground for renderingAs this is just a passthrough right now - it is possible to emit these keywords for types other than arrays - I would like to address this in a separate PR.
See #79 and #15