@@ -12,6 +12,31 @@ Created: 2024-12-29
1212License : CC-BY-4.0
1313---
1414
15+ * [ Abstract] ( #abstract )
16+ * [ Motivation: why is this CIP necessary?] ( #motivation-why-is-this-cip-necessary )
17+ * [ Specification] ( #specification )
18+ * [ Document Type Definitions] ( #document-type-definitions )
19+ * [ Document Templates] ( #document-templates )
20+ * [ Document Content Templates] ( #document-content-templates )
21+ * [ Document Metadata] ( #document-metadata )
22+ * [ Document Reference : ` ref ` (optional)] ( #document-reference--ref-optional )
23+ * [ Template Reference : ` template ` (optional)] ( #template-reference--template-optional )
24+ * [ Document Reference : ` reply ` (optional)] ( #document-reference--reply-optional )
25+ * [ Document Reference : ` section ` (optional)] ( #document-reference--section-optional )
26+ * [ Authorized Collaborators : ` collabs ` (optional)] ( #authorized-collaborators--collabs-optional )
27+ * [ Document Type Specifications] ( #document-type-specifications )
28+ * [ Proposal Template] ( #proposal-template )
29+ * [ Comment Template] ( #comment-template )
30+ * [ Proposal Document] ( #proposal-document )
31+ * [ Comment Document] ( #comment-document )
32+ * [ Reference Implementation] ( #reference-implementation )
33+ * [ Rationale: how does this CIP achieve its goals?] ( #rationale-how-does-this-cip-achieve-its-goals )
34+ * [ Path to Active] ( #path-to-active )
35+ * [ Acceptance Criteria] ( #acceptance-criteria )
36+ * [ Implementation Plan] ( #implementation-plan )
37+ * [ Copyright] ( #copyright )
38+
39+
1540## Abstract
1641
1742Project Catalyst both produces and consumes documents of data (proposals, reviews, comments).
@@ -76,6 +101,7 @@ Document Contents are signed documents, and are typically produced in accordance
76101Documents will contain metadata which allows the document to be categorized, versioned and linked.
77102This data does not properly belong inside the document,
78103but is critical to ensure the document is properly referenced and indexable.
104+ It is defined and specified as [ signed object protected header fields] ( ./../signed_object/index.md#signed-object-fields ) .
79105
80106``` CDDL
81107? "ref" => reference_type,
0 commit comments