Skip to content

Commit 7ddae89

Browse files
authored
Merge pull request #583 from coolljt0725/required
Use `REQUIRED properties` instead of `base properties`
2 parents e81c72f + e8c42d3 commit 7ddae89

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

image-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For the media type(s) that this document is compatible with, see the [matrix][ma
2525
This REQUIRED property contains a list of [manifests](manifest.md) for specific platforms.
2626
While this property MUST be present, the size of the array MAY be zero.
2727

28-
Each object in `manifests` has the base properties of [descriptor](descriptor.md) with the following additional properties and restrictions:
28+
Each object in `manifests` has the REQUIRED properties of [descriptor](descriptor.md) with the following additional properties and restrictions:
2929

3030
- **`mediaType`** *string*
3131

image-layout.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ The image layout is as follows:
2626
- It MAY include additional fields
2727
- `index.json` file
2828
- It MUST exist
29-
- It MUST be a JSON object
30-
- It MUST have the base properties of an [image index](image-index.md).
29+
- It MUST be an [image index](image-index.md) JSON object.
3130
- See [index.json](#indexjson-file) section
3231

3332
## Example Layout

0 commit comments

Comments
 (0)