diff --git a/layouts/partials/openapi/render-object-table.html b/layouts/partials/openapi/render-object-table.html index b5e332dd..b49cb3e8 100644 --- a/layouts/partials/openapi/render-object-table.html +++ b/layouts/partials/openapi/render-object-table.html @@ -73,7 +73,7 @@ */}} {{ if reflect.IsMap $property.additionalProperties }} {{ if $property.additionalProperties.title }} - {{ $type = delimit (slice "{ string: " $property.additionalProperties.title "}" ) "" }} + {{ $type = delimit (slice "{string: " $property.additionalProperties.title "}" ) "" }} {{ end }} {{ end }}