Skip to content

Commit

Permalink
clarify the ver field meaning (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy authored Jan 16, 2025
1 parent c8810d6 commit d0a1b28
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit d0a1b28

Please sign in to comment.