open-api-spex / open_api_spex

Open API Specifications for Elixir Plug applications
Mozilla Public License 2.0
681 stars 177 forks source link

Respect minLength when generating string examples #608

Closed zorbash closed 1 month ago

zorbash commented 1 month ago

When generating examples with Schema.example/1 and the schema type is :stringwe always return""which wouldn't be matching the schema ifminLength` is set and is greater than zero.