Skip to content

Commit e48c293

Browse files
authored
fix(rust/signed-doc): Fixing collaborators metadata field and DocumentOwnershipRule validation rule (#588)
* wip * wip * wip * fix ownership validation * fix spelling * fix docs * fix * fix clippy * fix * wip * fix
1 parent 7aa7eaf commit e48c293

39 files changed

+364
-554
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
; Allowed Collaborators on the next subsequent version of a document.
5-
collaborators = [ * catalyst_id_kid ]
5+
collaborators = [ + catalyst_id_kid ]
66

77
; UTF8 Catalyst ID URI encoded as a bytes string.
88
catalyst_id_kid = bytes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ section_ref = json_pointer
116116
json_pointer = text
117117

118118
; Allowed Collaborators on the next subsequent version of a document.
119-
collaborators = [ * catalyst_id_kid ]
119+
collaborators = [ + catalyst_id_kid ]
120120

121121
; UTF8 Catalyst ID URI encoded as a bytes string.
122122
catalyst_id_kid = bytes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ New versions of this document may be published by:
197197
| --- | --- |
198198
| License | This document is licensed under [CC-BY-4.0] |
199199
| Created | 2024-12-27 |
200-
| Modified | 2025-09-09 |
200+
| Modified | 2025-10-17 |
201201
| Authors | Alex Pozhylenkov <alex.pozhylenkov@iohk.io> |
202202
| | Nathan Bogale <nathan.bogale@iohk.io> |
203203
| | Neil McAuliffe <neil.mcauliffe@iohk.io> |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ New versions of this document may be published by:
133133
| --- | --- |
134134
| License | This document is licensed under [CC-BY-4.0] |
135135
| Created | 2024-12-27 |
136-
| Modified | 2025-09-09 |
136+
| Modified | 2025-10-17 |
137137
| Authors | Alex Pozhylenkov <alex.pozhylenkov@iohk.io> |
138138
| | Nathan Bogale <nathan.bogale@iohk.io> |
139139
| | Neil McAuliffe <neil.mcauliffe@iohk.io> |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ New versions of this document may be published by:
226226
| --- | --- |
227227
| License | This document is licensed under [CC-BY-4.0] |
228228
| Created | 2024-12-27 |
229-
| Modified | 2025-09-09 |
229+
| Modified | 2025-10-17 |
230230
| Authors | Alex Pozhylenkov <alex.pozhylenkov@iohk.io> |
231231
| | Nathan Bogale <nathan.bogale@iohk.io> |
232232
| | Neil McAuliffe <neil.mcauliffe@iohk.io> |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ New versions of this document may be published by:
161161
| --- | --- |
162162
| License | This document is licensed under [CC-BY-4.0] |
163163
| Created | 2024-12-27 |
164-
| Modified | 2025-09-09 |
164+
| Modified | 2025-10-17 |
165165
| Authors | Alex Pozhylenkov <alex.pozhylenkov@iohk.io> |
166166
| | Nathan Bogale <nathan.bogale@iohk.io> |
167167
| | Neil McAuliffe <neil.mcauliffe@iohk.io> |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ New versions of this document may be published by:
226226
| --- | --- |
227227
| License | This document is licensed under [CC-BY-4.0] |
228228
| Created | 2024-12-27 |
229-
| Modified | 2025-09-09 |
229+
| Modified | 2025-10-17 |
230230
| Authors | Alex Pozhylenkov <alex.pozhylenkov@iohk.io> |
231231
| | Nathan Bogale <nathan.bogale@iohk.io> |
232232
| | Neil McAuliffe <neil.mcauliffe@iohk.io> |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ New versions of this document may be published by:
161161
| --- | --- |
162162
| License | This document is licensed under [CC-BY-4.0] |
163163
| Created | 2024-12-27 |
164-
| Modified | 2025-09-09 |
164+
| Modified | 2025-10-17 |
165165
| Authors | Alex Pozhylenkov <alex.pozhylenkov@iohk.io> |
166166
| | Nathan Bogale <nathan.bogale@iohk.io> |
167167
| | Neil McAuliffe <neil.mcauliffe@iohk.io> |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ New versions of this document may be published by:
161161
| --- | --- |
162162
| License | This document is licensed under [CC-BY-4.0] |
163163
| Created | 2024-12-27 |
164-
| Modified | 2025-09-09 |
164+
| Modified | 2025-10-17 |
165165
| Authors | Alex Pozhylenkov <alex.pozhylenkov@iohk.io> |
166166
| | Nathan Bogale <nathan.bogale@iohk.io> |
167167
| | Neil McAuliffe <neil.mcauliffe@iohk.io> |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ New versions of this document may be published by:
252252
| --- | --- |
253253
| License | This document is licensed under [CC-BY-4.0] |
254254
| Created | 2024-12-27 |
255-
| Modified | 2025-09-09 |
255+
| Modified | 2025-10-17 |
256256
| Authors | Alex Pozhylenkov <alex.pozhylenkov@iohk.io> |
257257
| | Nathan Bogale <nathan.bogale@iohk.io> |
258258
| | Neil McAuliffe <neil.mcauliffe@iohk.io> |

0 commit comments

Comments
 (0)