Skip to content

Commit 985d354

Browse files
authored
Merge pull request opencontainers#391 from wking/media-type-object-typos
manifest(-list): Fix "object" -> "string" for mediaType
2 parents ae3a252 + 79cadd0 commit 985d354

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)