mirror of
https://github.com/gotson/komga.git
synced 2026-05-05 23:37:43 +00:00
ktlint format
This commit is contained in:
parent
184e3edb35
commit
3734af6b0f
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…
Add table
Add a link
Reference in a new issue