balena-io-modules / jellyschema

JellySchema - data validation, UI form generation
Apache License 2.0
4 stars 2 forks source link

Add support for array annotations #86

Closed cyplo closed 5 years ago

cyplo commented 5 years ago

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.

See #79 and #15