I would like to request the ability to specify min and max sizes for attributes, especially of type string. For relational databases it is very common and considered a good practice to specify max size for varioius types but especially strings for efficiency and checks. I believe this is also useful in other systems like GraphQL etc.