mirror of
https://github.com/gotson/komga.git
synced 2026-01-14 20:23:34 +01:00
ktlint format
This commit is contained in:
parent
2e03c90198
commit
9dcf0b5f80
1 changed files with 6 additions and 5 deletions
|
|
@ -194,11 +194,12 @@ class OpenApiConfiguration(
|
|||
.addMediaType(
|
||||
"application/json",
|
||||
MediaType()
|
||||
.schema(Schema<Map<String, Any>>().apply {
|
||||
type = "object"
|
||||
additionalProperties = true
|
||||
})
|
||||
.addExamples(
|
||||
.schema(
|
||||
Schema<Map<String, Any>>().apply {
|
||||
type = "object"
|
||||
additionalProperties = true
|
||||
},
|
||||
).addExamples(
|
||||
"Example",
|
||||
Example()
|
||||
.value(
|
||||
|
|
|
|||
Loading…
Reference in a new issue