Skip to content

Commit ba413fa

Browse files
committed
Update blobs and refers to descriptors (#18)
Signed-off-by: Sajay Antony <[email protected]>
1 parent 1a89a51 commit ba413fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

artifact.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ For the media type(s) that this is compatible with see the [matrix](media-types.
2020
This property SHOULD be used and contain the mediaType of the referenced artifact.
2121
If defined, the value MUST comply with [RFC 6838][rfc6838], including the [naming requirements in its section 4.2][rfc6838-s4.2], and MAY be registered with [IANA][iana].
2222

23-
- **`blobs`** *string*
23+
- **`blobs`** *array of objects*
2424

25-
This OPTIONAL property contains a list of [descriptors](descriptor.md).
25+
This OPTIONAL property is an array of objects and each item in the array MUST be a [descriptor](descriptor.md).
2626
Each descriptor represents an artifact of any IANA mediaType.
2727
The list MAY be ordered for certain artifact types like scan results.
2828

29-
- **`refers`** *string*
29+
- **`refers`** *[descriptor](descriptor.md)*
3030

3131
This OPTIONAL property specifies a [descriptor](descriptor.md) of another manifest.
3232
This value, used by the [`referrers` API](https://github.com/opencontainers/distribution-spec/blob/main/spec.md#listing-referrers), indicates a relationship to the specified manifest.

0 commit comments

Comments
 (0)