Skip to content

Commit

Permalink
Merge pull request #583 from coolljt0725/required
Browse files Browse the repository at this point in the history
Use `REQUIRED properties` instead of `base properties`
  • Loading branch information
vbatts authored Apr 10, 2017
2 parents e81c72f + e8c42d3 commit 7ddae89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion image-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For the media type(s) that this document is compatible with, see the [matrix][ma
This REQUIRED property contains a list of [manifests](manifest.md) for specific platforms.
While this property MUST be present, the size of the array MAY be zero.

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

- **`mediaType`** *string*

Expand Down
3 changes: 1 addition & 2 deletions image-layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ The image layout is as follows:
- It MAY include additional fields
- `index.json` file
- It MUST exist
- It MUST be a JSON object
- It MUST have the base properties of an [image index](image-index.md).
- It MUST be an [image index](image-index.md) JSON object.
- See [index.json](#indexjson-file) section

## Example Layout
Expand Down

0 comments on commit 7ddae89

Please sign in to comment.