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 22cc08c commit c7b7a0fCopy full SHA for c7b7a0f
1 file changed
http/codegen/service_data.go
@@ -949,6 +949,7 @@ func makeHTTPTypeRecursive(att *expr.AttributeExpr, seen map[string]struct{}) *e
949
}
950
951
att.DefaultValue = dt.Attribute().DefaultValue
952
+ att.UserExamples = dt.Attribute().UserExamples
953
954
if _, ok := seen[dt.ID()]; ok {
955
return att
0 commit comments