Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manifest-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down