Skip to content

Commit c84fb83

Browse files
michaelb990sudo-bmitch
authored andcommitted
Add mediaType fields into example manifest & image index JSON references
Signed-off-by: Michael Brown <[email protected]>
1 parent 9dbb654 commit c84fb83

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
@@ -79,6 +79,7 @@ Unlike the [image index](image-index.md), which contains information about a set
7979
```json,title=Manifest&mediatype=application/vnd.oci.image.manifest.v1%2Bjson
8080
{
8181
"schemaVersion": 2,
82+
"mediaType": "application/vnd.oci.image.manifest.v1+json",
8283
"config": {
8384
"mediaType": "application/vnd.oci.image.config.v1+json",
8485
"size": 7023,

0 commit comments

Comments
 (0)