We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8d25d commit 1a83d46Copy full SHA for 1a83d46
specs-go/v1/manifest.go
@@ -33,6 +33,6 @@ type Manifest struct {
33
// Annotations contains arbitrary metadata for the image manifest.
34
Annotations map[string]string `json:"annotations,omitempty"`
35
36
- // Reference links a manifest to another existing manifest.
37
- Reference Descriptor `json:"reference,omitempty"`
+ // Refers links a manifest to another existing manifest.
+ Refers Descriptor `json:"refers,omitempty"`
38
}
0 commit comments