Skip to content

Commit

Permalink
Merge pull request #484 from q384566678/json-test
Browse files Browse the repository at this point in the history
Fix "manifest list" typos for manifest annotations
  • Loading branch information
jonboulle authored Apr 4, 2017
2 parents a8963c5 + 09f618b commit 3ff2369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs-go/v1/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ type Manifest struct {
// Layers is an indexed list of layers referenced by the manifest.
Layers []Descriptor `json:"layers"`

// Annotations contains arbitrary metadata for the manifest.
// Annotations contains arbitrary metadata for the image manifest.
Annotations map[string]string `json:"annotations,omitempty"`
}

0 comments on commit 3ff2369

Please sign in to comment.