We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93228a7 commit bccf3f1Copy full SHA for bccf3f1
pkg/v1/manifest.go
@@ -23,8 +23,8 @@ import (
23
24
// Manifest represents the OCI image manifest in a structured way.
25
type Manifest struct {
26
- SchemaVersion int64 `json:"schemaVersion,omitempty"`
27
- MediaType types.MediaType `json:"mediaType"`
+ SchemaVersion int64 `json:"schemaVersion"`
+ MediaType types.MediaType `json:"mediaType,omitempty"`
28
Config Descriptor `json:"config"`
29
Layers []Descriptor `json:"layers"`
30
Annotations map[string]string `json:"annotations,omitempty"`
0 commit comments