Skip to content

Commit 365a330

Browse files
committed
revert for "election_id"
1 parent 578659e commit 365a330

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

docs/src/architecture/08_concepts/signed_doc/cddl/additional_meta.cddl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/src/architecture/08_concepts/signed_doc/meta.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)