File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
docs/src/architecture/08_concepts/signed_doc Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ additional_fields = {
77 ? "collabs" => [+any],
88 ? "brand_id" => ref_type,
99 ? "campaign_id" => ref_type,
10- ? "election_id" => ref_type,
10+ ? "election_id" => UUID, ; UUID v4
1111 ? "category_id" => ref_type,
1212}
1313
Original file line number Diff line number Diff line change @@ -95,11 +95,8 @@ The format is the same as the [CBOR] Array form of [`ref`](#ref-document-referen
9595
9696## ` campaign_id `
9797
98- This is a reply to another document.
99- The format is the same as the [ CBOR] Array form of [ ` ref ` ] ( #ref-document-reference ) .
100-
101- ` campaign_id ` defines a "campaign" of voting, e.g. "treasury campaign".
102-
98+ Unique identifier [ UUID] v4, which defines an election,
99+ e.g. "Catalyst Fund 1", "Catalyst Fund 2".
103100
104101## ` election_id `
105102
You can’t perform that action at this time.
0 commit comments