diff --git a/job.go b/job.go index 1936af79..79e9547e 100644 --- a/job.go +++ b/job.go @@ -49,9 +49,10 @@ type ParameterDefinition struct { Name string `json:"name"` Value interface{} `json:"value"` } `json:"defaultParameterValue"` - Description string `json:"description"` - Name string `json:"name"` - Type string `json:"type"` + Description string `json:"description"` + Name string `json:"name"` + Type string `json:"type"` + Choices []string `json:"choices,omitempty"` } type JobResponse struct {