For some reason, trying to define a category description longer than 200 characters will trigger the following generic error message: > Invalid value for property 'description'. String must contain at most 200 character(s) (screenshot 1) But when going just at 200 characters or a little under, but still above 140 characters, it will show this more specific error message: > Category description must be less than 140 characters. (screenshot 2) It seems that the generic string check is performed first… but it should show the strongest requirement to avoid wasting time of user trying to fit one, then the other. Also, since exactly 140 chars is allowed, error message should say "at most" instead of "must be less" (less being a strict comparison in English).