Skip to content

Commit

Permalink
doc: document the support status
Browse files Browse the repository at this point in the history
Signed-off-by: Shiwei Zhang <shizh@microsoft.com>
  • Loading branch information
shizhMSFT committed May 4, 2023
1 parent 2f1d075 commit 6a16f2e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions internal/spec/artifact.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ const MediaTypeArtifactManifest = "application/vnd.oci.artifact.manifest.v1+json

// Artifact describes an artifact manifest.
// This structure provides `application/vnd.oci.artifact.manifest.v1+json` mediatype when marshalled to JSON.
//
// This manifest type was introduced in image-spec v1.1.0-rc1 and was removed in
// image-spec v1.1.0-rc3. It is not part of the current image-spec and is kept
// here for Go compatibility.
//
// Reference: https://github.com/opencontainers/image-spec/pull/999
type Artifact struct {
// MediaType is the media type of the object this schema refers to.
MediaType string `json:"mediaType"`
Expand Down

0 comments on commit 6a16f2e

Please sign in to comment.