Hey, is there a way to constrain strings to a certain length, translating to json schema `maxLength`? Something like `string[255]` would be nice.
Hey, is there a way to constrain strings to a certain length, translating to json schema
maxLength? Something likestring[255]would be nice.