Skip to content

Commit 79cadd0

Browse files
committed
manifest(-list): Fix "object" -> "string" for mediaType
I typo'd these in b1f1d9c (manifest: List media types supported by descriptor references, 2016-09-13, opencontainers#304). Signed-off-by: W. Trevor King <[email protected]>
1 parent ae3a252 commit 79cadd0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

manifest-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This section defines the `application/vnd.oci.image.manifest.list.v1+json` [medi
2626

2727
Each object in the manifest is a [descriptor](descriptor.md) with the following additional properties and restrictions:
2828

29-
- **`mediaType`** *object*
29+
- **`mediaType`** *string*
3030

3131
This [descriptor property](descriptor.md#properties) has additional restrictions for `manifests`.
3232
Implementations MUST support at least the following media types:

manifest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Unlike the [Manifest List](manifest-list.md), which contains information about a
3030
This REQUIRED property references a configuration object for a container, by digest.
3131
Beyond the [descriptor requirements](descriptor.md#properties), the value has the following additional restrictions:
3232

33-
- **`mediaType`** *object*
33+
- **`mediaType`** *string*
3434

3535
This [descriptor property](descriptor.md#properties) has additional restrictions for `config`.
3636
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
4848

4949
Beyond the [descriptor requirements](descriptor.md#properties), the value has the following additional restrictions:
5050

51-
- **`mediaType`** *object*
51+
- **`mediaType`** *string*
5252

5353
This [descriptor property](descriptor.md#properties) has additional restrictions for `layers[]`.
5454
Implementations MUST support at least the following media types:

0 commit comments

Comments
 (0)