diff --git a/pkg/models/devops/json.go b/pkg/models/devops/json.go index 6822d54998752d24278cf11f23e2449f60ceef18..bebb6f49e5a7d65d1e921b6a8e0918365af8e2b3 100644 --- a/pkg/models/devops/json.go +++ b/pkg/models/devops/json.go @@ -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"`