tests
This commit is contained in:
@@ -14,7 +14,8 @@ struct DocumentDetail {
|
||||
#[derive(Deserialize)]
|
||||
struct DocumentSummary {
|
||||
id: Uuid,
|
||||
title: String,
|
||||
#[serde(rename = "title")]
|
||||
_title: String,
|
||||
#[serde(default)]
|
||||
correspondents: Vec<DocumentCorrespondentSummary>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user