I'd like to add custom field types like 'email' or other strings that could use regex validation.
Also, numeric fields with validation like < or > or formatting like money.
I was thinking about storing a mapping of schema uuid + field name + field type, and have the UI query a new rest api to get the validation and formatting criteria when editing a node?
Does that sound like a good approach? or is there a better one?
I'm new to mesh, so I'm still learning how to approach customizations.
Thanks!