swagger-core
swagger-core copied to clipboard
Missing schema name for enum
https://github.com/swagger-api/swagger-core/blob/5a92e3a6b8e8218aa3243bc443e91c8a27af4401/modules/swagger-core/src/main/java/io/swagger/v3/core/jackson/ModelResolver.java#L307
The name of the model is resolved already in previous lines of code, but not set into the StringSchema in case of type enum.