diff --git a/node.go b/node.go index 1bea5cc9..b0735dea 100644 --- a/node.go +++ b/node.go @@ -35,10 +35,14 @@ type Node struct { } type NodeResponse struct { - Class string `json:"_class"` - Actions []interface{} `json:"actions"` - DisplayName string `json:"displayName"` - Executors []struct { + Class string `json:"_class"` + Actions []interface{} `json:"actions"` + DisplayName string `json:"displayName"` + Description string `json:"description"` + AssignedLabels []struct { + Name string `json:"name"` + } `json:"assignedLabels"` + Executors []struct { CurrentExecutable struct { Number int `json:"number"` URL string `json:"url"`