Skip to content

Commit

Permalink
Merge pull request #551 from stevvooe/annotations-field-on-descriptor
Browse files Browse the repository at this point in the history
specs-go/v1: add annotations field to descriptor
  • Loading branch information
philips authored Feb 15, 2017
2 parents 5ef499e + c14c499 commit bba6ed8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions specs-go/v1/descriptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ type Descriptor struct {

// URLs specifies a list of URLs from which this object MAY be downloaded
URLs []string `json:"urls,omitempty"`

// Annotations contains arbitrary metadata relating to the targeted content.
Annotations map[string]string `json:"annotations,omitempty"`
}

0 comments on commit bba6ed8

Please sign in to comment.