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 13b493e commit a6a1c98Copy full SHA for a6a1c98
specs-go/v1/artifact.go
@@ -26,7 +26,7 @@ type Artifact struct {
26
// Blobs is a collection of blobs referenced by this manifest.
27
Blobs []Descriptor `json:"blobs,omitempty"`
28
29
- // Subject is an optional link to a manifest.
+ // Subject (reference) is an optional link from the artifact to another manifest forming an association between the artifact and the other manifest.
30
Subject *Descriptor `json:"subject,omitempty"`
31
32
// Annotations contains arbitrary metadata for the artifact manifest.
0 commit comments