Skip to content

Commit

Permalink
update per comments
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Zha <[email protected]>
  • Loading branch information
yizha1 committed Jul 31, 2023
1 parent d32dcfa commit 03e4978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/signature-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The Notary Project signature payload is a JSON document with media type `applica
- `targetArtifact` : Required property whose value is the descriptor of the target artifact manifest that is being signed. Only [OCI descriptor][oci-descriptor] is supported.
- Descriptor MUST contain `mediaType`, `digest`, and `size` fields.
- Descriptor MAY contain `annotations` and if present it MUST follow the [annotation rules][annotation-rules]. The Notary Project signature uses annotations for storing both Notary Project specific and user defined metadata. The prefix `io.cncf.notary` in annotation keys is reserved for use in Notary Project signature and MUST NOT be used outside this specification.
- Descriptor MAY contain `artifactType` field for the `config.mediaType` of OCI image based manifests.
- Descriptor MAY contain `artifactType` field for the `config.mediaType` of OCI image manifests.

#### Examples

Expand Down

0 comments on commit 03e4978

Please sign in to comment.