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
|`activity`|`ref`| ✅ | A strong reference to a hypercert activity record. This activity must conform to the lexicon org.hypercerts.claim.activity ||
198
-
|`weight`|`string`| ✅ | The weight/importance of this hypercert activity (a percentage from 0-100, stored as a string to avoid float precision issues). The total activity weights should add up to 100. ||
|`activity`|`ref`| ✅ | A strong reference to a hypercert activity record. This activity must conform to the lexicon org.hypercerts.claim.activity |
198
+
|`weight`|`string`| ✅ | The weight/importance of this hypercert activity (a percentage from 0-100, stored as a string to avoid float precision issues). The total activity weights should add up to 100. |
199
199
200
200
---
201
201
@@ -209,14 +209,14 @@ Hypercerts-specific lexicons for tracking impact work and claims.
|`role`|`string`| ❌ | Role or title of the contributor(s). ||
215
-
|`contributors`|`array`| ✅ | List of the contributors (names, pseudonyms, or DIDs). If multiple contributors are stored in the same hypercertContribution, then they would have the exact same role. ||
216
-
|`description`|`string`| ❌ | What the contribution concretely achieved ||
217
-
|`startDate`|`string`| ❌ | When this contribution started. This should be a subset of the hypercert timeframe. ||
218
-
|`endDate`|`string`| ❌ | When this contribution finished. This should be a subset of the hypercert timeframe. ||
219
-
|`createdAt`|`string`| ✅ | Client-declared timestamp when this record was originally created ||
|`role`|`string`| ❌ | Role or title of the contributor(s). |
215
+
|`contributors`|`array`| ✅ | List of the contributors (names, pseudonyms, or DIDs). If multiple contributors are stored in the same hypercertContribution, then they would have the exact same role. |
216
+
|`description`|`string`| ❌ | What the contribution concretely achieved |
217
+
|`startDate`|`string`| ❌ | When this contribution started. This should be a subset of the hypercert timeframe. |
218
+
|`endDate`|`string`| ❌ | When this contribution finished. This should be a subset of the hypercert timeframe. |
219
+
|`createdAt`|`string`| ✅ | Client-declared timestamp when this record was originally created |
0 commit comments