We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db8667c commit 22e0ba3Copy full SHA for 22e0ba3
templates/go/models/model.go.twig
@@ -10,6 +10,6 @@ type {{ definition.name | caseUcfirst }} struct {
10
11
{%~ if definition.additionalProperties %}
12
// Additional properties
13
- data interface{}
+ Data map[string]interface{}
14
{%~ endif %}
15
}
0 commit comments