subeeshcbabu-zz / swagmock

Mock data generator for swagger api
MIT License
173 stars 38 forks source link

minLength and maxLength are ignored for patterns #18

Open subeeshcbabu-zz opened 7 years ago

subeeshcbabu-zz commented 7 years ago
subeeshcbabu-zz commented 7 years ago

Restricting the length of random generated pattern using additional properties like minLength and maxLength is going to be tricky and not a standard approach. The simpler and straightforward way to configure the length of the random pattern is via the regex pattern repetition itself.