mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 16:00:59 +00:00
Merge pull request #2257 from xiaoqiang0/develop
swagger: add 'Default' for Parameter
This commit is contained in:
commit
3baac14095
@ -97,6 +97,7 @@ type Parameter struct {
|
||||
Type string `json:"type,omitempty" yaml:"type,omitempty"`
|
||||
Format string `json:"format,omitempty" yaml:"format,omitempty"`
|
||||
Items *ParameterItems `json:"items,omitempty" yaml:"items,omitempty"`
|
||||
Default interface{} `json:"default,omitempty" yaml:"default,omitempty"`
|
||||
}
|
||||
|
||||
// A limited subset of JSON-Schema's items object. It is used by parameter definitions that are not located in "body".
|
||||
|
Loading…
Reference in New Issue
Block a user