atomic-data-browser
atomic-data-browser copied to clipboard
Mutli-class form support
Currently, the is-a attribute of a Resource is used to render the recommended and required properties in a form. However, Atomic Data supports multi-class models. This means that in a naive implementation, the ResourceForm should use multiple useArray hooks, which is not possible in react. So we need a different way of constructing the list of all required properties.