mirror of
				https://github.com/beego/bee.git
				synced 2025-10-31 07:23:22 +00:00 
			
		
		
		
	Merge pull request #779 from RedBoneZhang/Branch_master
fix required struct tag when anonymous nested struct
This commit is contained in:
		| @@ -1212,6 +1212,7 @@ func parseStruct(st *ast.StructType, k string, m *swagger.Schema, realTypes *[]s | ||||
| 					for name, p := range nm.Properties { | ||||
| 						m.Properties[name] = p | ||||
| 					} | ||||
| 					m.Required = append(m.Required, nm.Required...) | ||||
| 					continue | ||||
| 				} | ||||
| 			} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ming Deng
					Ming Deng