From 79cadd088742620a9cfa302fde7bee9a9cfa0c43 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 15 Oct 2016 22:40:22 -0700 Subject: [PATCH] manifest(-list): Fix "object" -> "string" for mediaType I typo'd these in b1f1d9c5 (manifest: List media types supported by descriptor references, 2016-09-13, #304). Signed-off-by: W. Trevor King --- manifest-list.md | 2 +- manifest.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest-list.md b/manifest-list.md index b3aef15fe..174e56306 100644 --- a/manifest-list.md +++ b/manifest-list.md @@ -26,7 +26,7 @@ This section defines the `application/vnd.oci.image.manifest.list.v1+json` [medi Each object in the manifest is a [descriptor](descriptor.md) with the following additional properties and restrictions: - - **`mediaType`** *object* + - **`mediaType`** *string* This [descriptor property](descriptor.md#properties) has additional restrictions for `manifests`. Implementations MUST support at least the following media types: diff --git a/manifest.md b/manifest.md index 71fc35bb8..4710d7d83 100644 --- a/manifest.md +++ b/manifest.md @@ -30,7 +30,7 @@ Unlike the [Manifest List](manifest-list.md), which contains information about a This REQUIRED property references a configuration object for a container, by digest. Beyond the [descriptor requirements](descriptor.md#properties), the value has the following additional restrictions: - - **`mediaType`** *object* + - **`mediaType`** *string* This [descriptor property](descriptor.md#properties) has additional restrictions for `config`. Implementations MUST support at least the following media types: @@ -48,7 +48,7 @@ Unlike the [Manifest List](manifest-list.md), which contains information about a Beyond the [descriptor requirements](descriptor.md#properties), the value has the following additional restrictions: - - **`mediaType`** *object* + - **`mediaType`** *string* This [descriptor property](descriptor.md#properties) has additional restrictions for `layers[]`. Implementations MUST support at least the following media types: