Skip to content

Commit

Permalink
descriptor: add urls property
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
  • Loading branch information
runcom committed Aug 25, 2016
1 parent 7cb2899 commit 5b42064
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions descriptor.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ The following describe the primary set of properties that make up a _Descriptor_
This property exists so that a client will have an expected size for the content before validating.
If the length of the retrieved content does not match the specified length, the content SHOULD NOT be trusted.

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

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

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

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

- **`data`** *string*

Expand Down

0 comments on commit 5b42064

Please sign in to comment.