From fc4177c225af68bfb5a8ed2ffe8f163ce477172d Mon Sep 17 00:00:00 2001 From: Matheus Cruz Date: Sat, 30 Aug 2025 17:00:35 -0300 Subject: [PATCH] Solve type about x-codegen-type --- docs/modules/ROOT/pages/server.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } ----