diff --git a/docs/modules/ROOT/pages/server.adoc b/docs/modules/ROOT/pages/server.adoc index e2922805..7dc90a71 100644 --- a/docs/modules/ROOT/pages/server.adoc +++ b/docs/modules/ROOT/pages/server.adoc @@ -373,7 +373,7 @@ Without `x-codegen-type`, the code generator won't know what type to substitute, "additionalProperties": { "type": "string" }, - "x-codegen-type": "Map", + "x-codegen-type": "StringMap", "x-codegen-inline": true } ----