SMILEY4 / ktor-swagger-ui

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

feat: bump victools to 4.33.1 and inline nullable schemas by default #85

Closed bklp closed 5 months ago

bklp commented 5 months ago

83

The bump of the jsonSchemaGeneratorVersion is to allow usage of Option.INLINE_NULLABLE_SCHEMAS (added in 4.33.0). It seems reasonable to me to inline nullable schemas by default.