Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/architecture/08_concepts/signed_doc/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ There can, and probably will, exist multiple versions of the same document.

The `ver` is a [UUID] v7.

The initial `ver` assigned the first time a Catalyst Signed Document is published will be identical to the [`id`](#id).
The initial `ver` assigned the first time a Catalyst Signed Document is published **MUST** be identical to the [`id`](#id).
Subsequent versions will retain the same [`id`](#id) and will create a new `ver`,
following best practice for creating a new [UUID] v7.

Expand Down
Loading