We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d236c commit 83bd689Copy full SHA for 83bd689
pkg/generator/schema_generator.go
@@ -606,7 +606,7 @@ func (g *schemaGenerator) generateTypeInline(
606
}
607
608
if len(t.Type) > 1 && !typeShouldBePointer {
609
- g.warner("Property has multiple types; will be represented as interface{} with no validation")
+ g.warner(fmt.Sprintf("Property %s has multiple types; will be represented as interface{} with no validation", scope))
610
611
return codegen.EmptyInterfaceType{}, nil
612
0 commit comments