Skip to content

Commit 73ae874

Browse files
committed
fix(docs): enhance formatting of ID validation rules in signed document metadata
- Improve formatting for ID validation rules across multiple documentation files to enhance readability. - Ensure consistent presentation of timestamp threshold criteria for better clarity. - Update the signed_doc.json specification to reflect the new formatting standards.
1 parent ca4d4e1 commit 73ae874

27 files changed

+59
-54
lines changed

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
@@ -87,6 +87,7 @@ timestamp of when the document was created.
8787
#### [`id`](../metadata.md#id) Validation
8888

8989
The document ID validation is performed based on timestamp thresholds:
90+
9091
* If `future_threshold` is configured, the document `id` cannot be too far in the future from the
9192
current time.
9293
* If `past_threshold` is configured, the document `id` cannot be too far in the past from the
@@ -220,4 +221,3 @@ of the previous submitted document's version.
220221
[RFC9052-HeaderParameters]: https://www.rfc-editor.org/rfc/rfc8152#section-3.1
221222
[CC-BY-4.0]: https://creativecommons.org/licenses/by/4.0/legalcode
222223
[RFC9562-V7]: https://www.rfc-editor.org/rfc/rfc9562.html#name-uuid-version-7
223-

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,11 @@ timestamp of when the document was created.
9292
#### [`id`](../metadata.md#id) Validation
9393

9494
The document ID validation is performed based on timestamp thresholds:
95+
9596
* If `future_threshold` is configured, the document `id` cannot be too far in the future from the
96-
current time.
97+
current time.
9798
* If `past_threshold` is configured, the document `id` cannot be too far in the past from the
98-
current time.
99+
current time.
99100

100101
<!-- markdownlint-disable MD033 -->
101102
| Parameter | Value |
@@ -161,4 +162,3 @@ Only the original author can update and sign a new version of documents.
161162
[JSON Schema-2020-12]: https://json-schema.org/draft/2020-12
162163
[CC-BY-4.0]: https://creativecommons.org/licenses/by/4.0/legalcode
163164
[RFC9562-V7]: https://www.rfc-editor.org/rfc/rfc9562.html#name-uuid-version-7
164-

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
@@ -88,6 +88,7 @@ timestamp of when the document was created.
8888
#### [`id`](../metadata.md#id) Validation
8989

9090
The document ID validation is performed based on timestamp thresholds:
91+
9192
* If `future_threshold` is configured, the document `id` cannot be too far in the future from the
9293
current time.
9394
* If `past_threshold` is configured, the document `id` cannot be too far in the past from the
@@ -249,4 +250,3 @@ of the previous submitted document's version.
249250
[RFC9052-HeaderParameters]: https://www.rfc-editor.org/rfc/rfc8152#section-3.1
250251
[CC-BY-4.0]: https://creativecommons.org/licenses/by/4.0/legalcode
251252
[RFC9562-V7]: https://www.rfc-editor.org/rfc/rfc9562.html#name-uuid-version-7
252-

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
@@ -92,6 +92,7 @@ timestamp of when the document was created.
9292
#### [`id`](../metadata.md#id) Validation
9393

9494
The document ID validation is performed based on timestamp thresholds:
95+
9596
* If `future_threshold` is configured, the document `id` cannot be too far in the future from the
9697
current time.
9798
* If `past_threshold` is configured, the document `id` cannot be too far in the past from the
@@ -189,4 +190,3 @@ Only the original author can update and sign a new version of documents.
189190
[JSON Schema-2020-12]: https://json-schema.org/draft/2020-12
190191
[CC-BY-4.0]: https://creativecommons.org/licenses/by/4.0/legalcode
191192
[RFC9562-V7]: https://www.rfc-editor.org/rfc/rfc9562.html#name-uuid-version-7
192-

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
@@ -88,6 +88,7 @@ timestamp of when the document was created.
8888
#### [`id`](../metadata.md#id) Validation
8989

9090
The document ID validation is performed based on timestamp thresholds:
91+
9192
* If `future_threshold` is configured, the document `id` cannot be too far in the future from the
9293
current time.
9394
* If `past_threshold` is configured, the document `id` cannot be too far in the past from the
@@ -249,4 +250,3 @@ of the previous submitted document's version.
249250
[RFC9052-HeaderParameters]: https://www.rfc-editor.org/rfc/rfc8152#section-3.1
250251
[CC-BY-4.0]: https://creativecommons.org/licenses/by/4.0/legalcode
251252
[RFC9562-V7]: https://www.rfc-editor.org/rfc/rfc9562.html#name-uuid-version-7
252-

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
@@ -92,6 +92,7 @@ timestamp of when the document was created.
9292
#### [`id`](../metadata.md#id) Validation
9393

9494
The document ID validation is performed based on timestamp thresholds:
95+
9596
* If `future_threshold` is configured, the document `id` cannot be too far in the future from the
9697
current time.
9798
* If `past_threshold` is configured, the document `id` cannot be too far in the past from the
@@ -189,4 +190,3 @@ Only the original author can update and sign a new version of documents.
189190
[JSON Schema-2020-12]: https://json-schema.org/draft/2020-12
190191
[CC-BY-4.0]: https://creativecommons.org/licenses/by/4.0/legalcode
191192
[RFC9562-V7]: https://www.rfc-editor.org/rfc/rfc9562.html#name-uuid-version-7
192-

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
@@ -78,6 +78,7 @@ timestamp of when the document was created.
7878
#### [`id`](../metadata.md#id) Validation
7979

8080
The document ID validation is performed based on timestamp thresholds:
81+
8182
* If `future_threshold` is configured, the document `id` cannot be too far in the future from the
8283
current time.
8384
* If `past_threshold` is configured, the document `id` cannot be too far in the past from the
@@ -182,4 +183,3 @@ Only the original author can update and sign a new version of documents.
182183
[CC-BY-4.0]: https://creativecommons.org/licenses/by/4.0/legalcode
183184
[IPFS-CID]: https://docs.ipfs.tech/concepts/content-addressing/#what-is-a-cid
184185
[RFC9562-V7]: https://www.rfc-editor.org/rfc/rfc9562.html#name-uuid-version-7
185-

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ timestamp of when the document was created.
8989
#### [`id`](../metadata.md#id) Validation
9090

9191
The document ID validation is performed based on timestamp thresholds:
92+
9293
* If `future_threshold` is configured, the document `id` cannot be too far in the future from the
9394
current time.
9495
* If `past_threshold` is configured, the document `id` cannot be too far in the past from the
@@ -504,4 +505,3 @@ Only the original author can update and sign a new version of documents.
504505
[RFC9562-V7]: https://www.rfc-editor.org/rfc/rfc9562.html#name-uuid-version-7
505506
[RFC8949]: https://www.rfc-editor.org/rfc/rfc8949.html
506507
[RFC8610]: https://www.rfc-editor.org/rfc/rfc8610
507-

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ timestamp of when the document was created.
111111
#### [`id`](../metadata.md#id) Validation
112112

113113
The document ID validation is performed based on timestamp thresholds:
114+
114115
* If `future_threshold` is configured, the document `id` cannot be too far in the future from the
115116
current time.
116117
* If `past_threshold` is configured, the document `id` cannot be too far in the past from the
@@ -537,4 +538,3 @@ Only the original author can update and sign a new version of documents.
537538
[RFC9562-V7]: https://www.rfc-editor.org/rfc/rfc9562.html#name-uuid-version-7
538539
[RFC8949]: https://www.rfc-editor.org/rfc/rfc8949.html
539540
[RFC8610]: https://www.rfc-editor.org/rfc/rfc8610
540-

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
@@ -148,6 +148,7 @@ timestamp of when the document was created.
148148
#### [`id`](../metadata.md#id) Validation
149149

150150
The document ID validation is performed based on timestamp thresholds:
151+
151152
* If `future_threshold` is configured, the document `id` cannot be too far in the future from the
152153
current time.
153154
* If `past_threshold` is configured, the document `id` cannot be too far in the past from the
@@ -383,4 +384,3 @@ Only the original author can update and sign a new version of documents.
383384
[IPFS-CID]: https://docs.ipfs.tech/concepts/content-addressing/#what-is-a-cid
384385
[RFC9562-V7]: https://www.rfc-editor.org/rfc/rfc9562.html#name-uuid-version-7
385386
[RFC8259]: https://www.rfc-editor.org/rfc/rfc8259.html
386-

0 commit comments

Comments
 (0)