We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced1a74 commit aa81b76Copy full SHA for aa81b76
rust/signed_doc/src/metadata/document_ref.rs
@@ -9,6 +9,7 @@ pub struct DocumentRef {
9
/// Reference to the Document Id
10
pub id: UuidV7,
11
/// Reference to the Document Ver, if not specified the latest document is meant
12
+ #[serde(skip_serializing_if = "Option::is_none")]
13
pub ver: Option<UuidV7>,
14
}
15
0 commit comments