Mark the relation as child relation
Add description for the field
Model annotated with emit will emit the create and update responses
Value format such as password, email
Check the user input is future date
Define that the field is not a user input and generated by the system
Mark the field to be hashed
Disable projection for relation and field
Include the relation relation
Define that the field is not a user input and set by the system
Max value or max length
Check currentDate.year - inputDate.year < maxAge
Maximum items allowed for array field
Maximum allowed text length
Min value or min length
Check currentDate.year - inputDate.year > minAge
Minimum items allowed for array field
Minimum allowed text length
Mark the relation as parent relation
Check the user input is a past date
Enable projection for the relation field
Enable relation query
Disable update
Define the preferred ui component such as text, textarea, number, etc.
Disable read
Mark the relation is attribute realtion