Commit 3c016a0b authored by astaxie's avatar astaxie Committed by GitHub

Merge pull request #2100 from tnextday/develop

update swagger define
parents 7760d247 ffd748bf
......@@ -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"`
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment