Skip to content

Commit e8c42d3

Browse files
committed
Use REQUIRED properties instead of base properties
`base properties` is not quite clear because we don't define which property is the base properties and which is not the base properties. Use `REQUIRED properties` to make it more clear. Signed-off-by: Lei Jitang <[email protected]>
1 parent a90602e commit e8c42d3

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)