Skip to content

Commit 9985d8e

Browse files
authored
Solve type about x-codegen-type (#1294)
1 parent 20b230c commit 9985d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/server.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ Without `x-codegen-type`, the code generator won't know what type to substitute,
373373
"additionalProperties": {
374374
"type": "string"
375375
},
376-
"x-codegen-type": "Map<String, String>",
376+
"x-codegen-type": "StringMap",
377377
"x-codegen-inline": true
378378
}
379379
----

0 commit comments

Comments
 (0)