heldersepu / Swagger-Net

Seamlessly adds a swagger to WebApi projects!
BSD 3-Clause "New" or "Revised" License
144 stars 42 forks source link

Issue since 8.4.19.1 - When checking payload data format/values #129

Open kilroyFR opened 1 year ago

kilroyFR commented 1 year ago

hello, i switched to latest version and go this issue when a field does not match expected range

Please correct the following validation errors and try again.
propKeyvalidationerrorpropKeyctxDataerrorpropKeytariffZoneerrorValue must be greater than 1

Previously i had the correct error message (in this case a field named TariffZone value that should be greater than 1). Since this version do we explicity have to define custom settings on each members of the interface contract ?

Thanks !

heldersepu commented 1 year ago

I`m going to need more details on this .... How can we reproduce this?

I get a feeling this might be a problem on swaggerui: https://github.com/swagger-api/swagger-ui/ not on Swagger-Net