fix internal issue #1131

Signed-off-by: runzexia <runzexia@yunify.com>
This commit is contained in:
runzexia
2019-07-31 21:13:45 +08:00
parent d649e3d0bb
commit 5db5ca0f31

View File

@@ -1112,7 +1112,7 @@ type Input struct {
Self struct {
Class string `json:"_class,omitempty"`
Href string `json:"href,omitempty"`
} `json:"self"`
} `json:"self,omitempty"`
} `json:"_links,omitempty" description:"references the reachable path to this resource"`
ID string `json:"id,omitempty" description:"the id of check action"`
Message string `json:"message,omitempty" description:"the message of check action"`