@@ -43,21 +43,24 @@ A list of used [Catalyst Signed Document protected header fields](./../signed_do
4343 [ Catalyst Signed Document content] must be [ Brotli] compressed.
4444
4545 ``` CDDL
46- "content-type " => "br"
46+ "content-encoding " => "br"
4747 ```
4848
4949* [ ` ref ` ] ( ./../signed_doc/meta.md#ref-document-reference ) .
50- Reference to a related [ Proposal Document] .
51- * [ ` template ` ] ( ./../signed_doc/meta .md#ref-document-reference ) must be equal to ` 0b8424d4-ebfd-46e3-9577-1775a69d290c ` value,
52- [ comment template type] ( #comment-template ) .
50+ Reference to a related [ Proposal Document] ,
51+ which [ ` type ` ] ( ./../signed_doc/spec .md#type ) must be equal to
52+ [ proposal document ` type ` ] [ Proposal Document ] field value .
5353
54- ``` CDDL
55- "template" => 37(h'0b8424d4ebfd46e395771775a69d290c')
56- ```
54+ * [ ` template ` ] ( ./../signed_doc/meta.md#ref-document-reference ) .
55+ A reference to the comment template document,
56+ which [ ` type ` ] ( ./../signed_doc/spec.md#type ) must be equal to
57+ [ comment template ` type ` ] ( #comment-template ) field value.
5758
5859* [ ` reply ` ] ( ./../signed_doc/meta.md#reply-reply-reference ) (optional).
59- A reference to another comment,
60+ A reference to another comment document ,
6061 where the comment is in reply to the referenced comment.
62+ The [ ` type ` ] ( ./../signed_doc/spec.md#type ) of the replied document
63+ must be equal to comment document ` type ` field value.
6164 Comments may only reply to a single other comment document.
6265 The referenced ` comment ` must be for the same proposal [ ` id ` ] ( ./../signed_doc/spec.md#id ) ,
6366 but can be for a different proposal [ ` ver ` ] ( ./../signed_doc/spec.md#ver ) .
@@ -100,7 +103,7 @@ A list of used [Catalyst Signed Document protected header fields](./../signed_do
100103 [ Catalyst Signed Document content] must be [ Brotli] compressed.
101104
102105 ``` CDDL
103- "content-type " => "br"
106+ "content-encoding " => "br"
104107 ```
105108
106109#### Content format
0 commit comments