custom field attributes and type info !
Nikita Fuchs
Besides the predefined ones (e.g. mandatory, hide, unique) users should be able to set own attributes. that would allow e.g. telling the frontend which field to create a form for and what data to expect. for maximum compatibility, this could be put under _meta{ fieldname: { type: "date", attr1: "value"} } as part of every API response.