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.
2 parents 5ef499e + c14c499 commit bba6ed8Copy full SHA for bba6ed8
specs-go/v1/descriptor.go
@@ -30,4 +30,7 @@ type Descriptor struct {
30
31
// URLs specifies a list of URLs from which this object MAY be downloaded
32
URLs []string `json:"urls,omitempty"`
33
+
34
+ // Annotations contains arbitrary metadata relating to the targeted content.
35
+ Annotations map[string]string `json:"annotations,omitempty"`
36
}
0 commit comments