Skip to content

Commit

Permalink
rename field to refers
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
  • Loading branch information
jdolitsky committed May 24, 2022
1 parent 2b8d25d commit 1a83d46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs-go/v1/manifest.go
Expand Up @@ -33,6 +33,6 @@ type Manifest struct {
// Annotations contains arbitrary metadata for the image manifest.
Annotations map[string]string `json:"annotations,omitempty"`

// Reference links a manifest to another existing manifest.
Reference Descriptor `json:"reference,omitempty"`
// Refers links a manifest to another existing manifest.
Refers Descriptor `json:"refers,omitempty"`
}

0 comments on commit 1a83d46

Please sign in to comment.