diff --git a/specs-go/v1/manifest.go b/specs-go/v1/manifest.go index cd595625..1cfaf3f4 100644 --- a/specs-go/v1/manifest.go +++ b/specs-go/v1/manifest.go @@ -34,5 +34,5 @@ type Manifest struct { Annotations map[string]string `json:"annotations,omitempty"` // Refers links a manifest to another existing manifest. - Refers Descriptor `json:"refers,omitempty"` + Refers *Descriptor `json:"refers,omitempty"` }