diff --git a/komga/src/main/kotlin/org/gotson/komga/infrastructure/openapi/OpenApiConfiguration.kt b/komga/src/main/kotlin/org/gotson/komga/infrastructure/openapi/OpenApiConfiguration.kt index a8751dcb5..3a34529d1 100644 --- a/komga/src/main/kotlin/org/gotson/komga/infrastructure/openapi/OpenApiConfiguration.kt +++ b/komga/src/main/kotlin/org/gotson/komga/infrastructure/openapi/OpenApiConfiguration.kt @@ -194,11 +194,12 @@ class OpenApiConfiguration( .addMediaType( "application/json", MediaType() - .schema(Schema>().apply { - type = "object" - additionalProperties = true - }) - .addExamples( + .schema( + Schema>().apply { + type = "object" + additionalProperties = true + }, + ).addExamples( "Example", Example() .value(