File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,19 +31,19 @@ KEYID | string | No | No
31
31
(JSON, CBOR, etc.) as well as the meaning/schema. To prevent collisions, the
32
32
value SHOULD be either:
33
33
34
- * [ URI] ( https://tools.ietf.org/html/rfc3986 ) (recommended)
35
- * Example: ` https://in-toto.io/Statement/v1-json ` .
36
- * SHOULD resolve to a human-readable description but MAY be
37
- unresolvable.
38
- * SHOULD be case-normalized (section 6.2.2.1)
39
34
* [ Media Type] ( https://www.iana.org/assignments/media-types/ ) , a.k.a. MIME
40
35
type or Content Type
41
- * Example: ` application/vnd.in-toto.statement.v1 +json ` .
36
+ * Example: ` application/vnd.in-toto+json ` .
42
37
* IMPORTANT: SHOULD NOT be a generic type that only represents
43
38
encoding but not schema. For example, ` application/json ` is almost
44
39
always WRONG. Instead, invent a media type specific for your
45
40
application in the ` application/vnd ` namespace.
46
41
* SHOULD be lowercase.
42
+ * [ URI] ( https://tools.ietf.org/html/rfc3986 )
43
+ * Example: ` https://example.com/MyMessage/v1-json ` .
44
+ * SHOULD resolve to a human-readable description but MAY be
45
+ unresolvable.
46
+ * SHOULD be case-normalized (section 6.2.2.1)
47
47
48
48
* KEYID: Optional, unauthenticated hint indicating what key and algorithm was
49
49
used to sign the message. As with Sign(), details are agreed upon
You can’t perform that action at this time.
0 commit comments