Skip to content

Commit aa81b76

Browse files
committed
fix
1 parent ced1a74 commit aa81b76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/signed_doc/src/metadata/document_ref.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ pub struct DocumentRef {
99
/// Reference to the Document Id
1010
pub id: UuidV7,
1111
/// Reference to the Document Ver, if not specified the latest document is meant
12+
#[serde(skip_serializing_if = "Option::is_none")]
1213
pub ver: Option<UuidV7>,
1314
}
1415

0 commit comments

Comments
 (0)