You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -22,11 +27,11 @@ The purpose of the `ref` will vary depending on the document [`type`](./spec.md#
22
27
23
28
The `ref` can be either a single [UUID] or a [CBOR] Array of Two [UUID].
24
29
25
-
If the `ref` is a single [UUID], it is a reference to the document of that [`id`](./spec.md#id).
30
+
If the `ref` is a single [UUID] v7, it is a reference to the document of that [`id`](./spec.md#id).
26
31
If the `ref` is a [CBOR] array, it has the form `[<id>,<ver>]` where:
27
32
28
-
*`<id>` - the [UUID] of the referenced documents [`id`](./spec.md#id).
29
-
*`<ver>` - the [UUID] of the referenced documents [`ver`](./spec.md#ver).
33
+
*`<id>` - the [UUID]v7 of the referenced documents [`id`](./spec.md#id).
34
+
*`<ver>` - the [UUID]v7 of the referenced documents [`ver`](./spec.md#ver).
30
35
31
36
## `ref-hash` Secured Document Reference
32
37
@@ -80,3 +85,19 @@ It does NOT mean that the listed collaborators have agreed to collaborate, only
80
85
gives them permission to.*
81
86
82
87
This list can impact actions that can be performed by the `Proposal Action Document`.
88
+
89
+
## `brand_id`
90
+
91
+
Unique identifier [UUID] v4, which represents a "brand" who is running the voting, e.g. Catalyst, Midnight.
92
+
93
+
## `campaign_id`
94
+
95
+
Unique identifier [UUID] v4, which defines a "campaign" of voting, e.g. "treasury campaign".
96
+
97
+
## `election_id`
98
+
99
+
Unique identifier [UUID] v4, which defines an election, e.g. "Catalyst Fund 1", "Catalyst Fund 2".
100
+
101
+
## `category_id`
102
+
103
+
Unique identifier [UUID] v4 which defines a voting category as a collection of proposals, e.g. "Development & Infrastructure", "Products & Integrations".
0 commit comments