From c161849b47a32be2f49cb260514165bd0f8add51 Mon Sep 17 00:00:00 2001 From: Mr-Leshiy Date: Thu, 16 Jan 2025 15:08:07 +0200 Subject: [PATCH] clarify the `ver` field meaning --- docs/src/architecture/08_concepts/signed_doc/spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/architecture/08_concepts/signed_doc/spec.md b/docs/src/architecture/08_concepts/signed_doc/spec.md index 11752acd42..8537962b0e 100644 --- a/docs/src/architecture/08_concepts/signed_doc/spec.md +++ b/docs/src/architecture/08_concepts/signed_doc/spec.md @@ -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.