Skip to content

Commit 02efb9a

Browse files
authored
Merge pull request #900 from michaelb990/main
Add mediaType fields into example manifest & image index JSON references
2 parents 8205360 + d6ce48a commit 02efb9a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

image-index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ When the variant of the CPU is not listed in the table, values are implementatio
109109
```json,title=Image%20Index&mediatype=application/vnd.oci.image.index.v1%2Bjson
110110
{
111111
"schemaVersion": 2,
112+
"mediaType": "application/vnd.oci.image.index.v1+json",
112113
"manifests": [
113114
{
114115
"mediaType": "application/vnd.oci.image.manifest.v1+json",

manifest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Unlike the [image index](image-index.md), which contains information about a set
7878
```json,title=Manifest&mediatype=application/vnd.oci.image.manifest.v1%2Bjson
7979
{
8080
"schemaVersion": 2,
81+
"mediaType": "application/vnd.oci.image.manifest.v1+json",
8182
"config": {
8283
"mediaType": "application/vnd.oci.image.config.v1+json",
8384
"size": 7023,

0 commit comments

Comments
 (0)