Commit ffd748bf authored by tnextday's avatar tnextday

update swagger

parent 1c54ff27
......@@ -121,7 +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"`
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