You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this; missing enum fixed in #2791, available in 1.5.20-SNAPSHOT version on sonatype. Closing ticket, please reopen if you're still experiencing issues.
Due to changes made in #2583 the following classes:
now behave differently during the serialization of the property io.swagger.models.Response#getResponseSchema by applying the ResponseSchemaMixin.java.
Therefore, the method call to io.swagger.models.utils.PropertyModelConverter#propertyToModel does not map the io.swagger.models.properties.StringProperty#getEnum to the io.swagger.models.ModelImpl#setEnum.
The text was updated successfully, but these errors were encountered: