17119: drop the 'Kind' fields from the structs, autogenerate them instead.
[arvados.git] / sdk / go / arvados / pipeline_template.go
index d4677164c3011eaf7eb5c1df09e802ec5087c97b..85fec1c126c4718487727aa8bb50c0145daa076d 100644 (file)
@@ -19,7 +19,6 @@ type PipelineTemplate struct {
        Components           string    `json:"components"`
        UpdatedAt            time.Time `json:"updated_at"`
        Description          string    `json:"description"`
-       Kind                 string    `json:"kind"`
        WritableBy           []string  `json:"writable_by,omitempty"`
 }