mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 13:20:55 +00:00
update swagger define
This commit is contained in:
parent
7760d24761
commit
1c54ff27c4
@ -121,6 +121,7 @@ type Propertie struct {
|
||||
Format string `json:"format,omitempty"`
|
||||
ReadOnly bool `json:"readOnly,omitempty"`
|
||||
Properties map[string]Propertie `json:"properties,omitempty"`
|
||||
Items []Propertie `json:"items,omitempty"`
|
||||
AdditionalProperties *Propertie `json:"additionalProperties,omitempty"`
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user