mirror of
https://github.com/beego/bee.git
synced 2024-11-21 18:40:54 +00:00
fix required struct tag when anonymous nested struct
This commit is contained in:
parent
f73ad3252b
commit
665150ec64
@ -1212,6 +1212,7 @@ func parseStruct(st *ast.StructType, k string, m *swagger.Schema, realTypes *[]s
|
|||||||
for name, p := range nm.Properties {
|
for name, p := range nm.Properties {
|
||||||
m.Properties[name] = p
|
m.Properties[name] = p
|
||||||
}
|
}
|
||||||
|
m.Required = append(m.Required, nm.Required...)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user