mirror of
https://github.com/astaxie/beego.git
synced 2025-06-11 11:20:40 +00:00
Merge commit 'efbde1ee77517486eac03e814e01d724ddad18e6' into develop
This commit is contained in:
@ -117,6 +117,7 @@ type Schema struct {
|
||||
Description string `json:"description,omitempty"`
|
||||
Required []string `json:"required,omitempty"`
|
||||
Type string `json:"type,omitempty"`
|
||||
Items *Propertie `json:"items,omitempty"`
|
||||
Properties map[string]Propertie `json:"properties,omitempty"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user