ruby-grape / grape-swagger

Add OAPI/swagger v2.0 compliant documentation to your grape API
MIT License
1.09k stars 470 forks source link

Parameter should support "pattern" #820

Open stanleyyuenyiu opened 3 years ago

stanleyyuenyiu commented 3 years ago

According to OpenApi2.0 Spec, Schema Object is including pattern property

But currently is not support

LeFnord commented 3 years ago

@stanleyyuenyiu … please feel free to contribute … at least pack the feature into a spec, so it is known what you are meaning