SMILEY4 / ktor-swagger-ui

Kotlin Ktor plugin to generate OpenAPI and provide Swagger UI
Apache License 2.0
150 stars 25 forks source link

@JsonProperty annotation and schema generation #93

Closed psidarovich closed 5 months ago

psidarovich commented 5 months ago

Hi! Is there any support to serialize enum values annotated with @JsonProperty?

By default schema generator uses enum value as schema value instead of using value from @JsonProperty annotation

psidarovich commented 5 months ago

Found solution