From e548c83a26a461e3f54b2b9e4631e61ce955c847 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 3 Nov 2016 09:23:37 -0700 Subject: [PATCH] image-layout: Fix 'mediatype' -> 'mediaType' in ref payload To match the descriptor property, fixing a typo from 9bb56d8e (image-layout: add an initial image layout spec, 2016-05-26, #94), although that was developed in parallel with the descriptor spec. Signed-off-by: W. Trevor King --- image-layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image-layout.md b/image-layout.md index 739a0c9a3..7dc415fbc 100644 --- a/image-layout.md +++ b/image-layout.md @@ -68,7 +68,7 @@ This illustrates the expected contents of a given ref, the manifest list it poin ``` $ cat ./refs/v1.0 -{"size": 4096, "digest": "sha256:e692418e4cbaf90ca69d05a66403747baa33ee08806650b51fab815ad7fc331f", "mediatype": "application/vnd.oci.image.manifest.list.v1+json"} +{"size": 4096, "digest": "sha256:e692418e4cbaf90ca69d05a66403747baa33ee08806650b51fab815ad7fc331f", "mediaType": "application/vnd.oci.image.manifest.list.v1+json"} ``` ``` $ cat ./blobs/sha256/e692418e4cbaf90ca69d05a66403747baa33ee08806650b51fab815ad7fc331f