Skip to content
Merged
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
8 changes: 4 additions & 4 deletions descriptor.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ The following fields contain the primary properties that constitute a Descriptor
This property exists so that a client will have an expected size for the content before processing.
If the length of the retrieved content does not match the specified length, the content SHOULD NOT be trusted.

### Reserved
- **`urls`** *array*

The following field keys MUST NOT be used in descriptors specified in other OCI specifications:
This OPTIONAL property specifies a list of URLs from which this object MAY be downloaded.

- **`urls`** *array*
### Reserved

This key is RESERVED for future versions of the specification.
The following field keys MUST NOT be used in descriptors specified in other OCI specifications:

- **`data`** *string*

Expand Down