From e9d7d73339df14ef2fe35815e693f0dbd7d1d244 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sat, 22 Sep 2018 17:25:57 -0700 Subject: codegen fatcat-api-spec --- rust/fatcat-api-spec/src/models.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rust/fatcat-api-spec/src/models.rs') diff --git a/rust/fatcat-api-spec/src/models.rs b/rust/fatcat-api-spec/src/models.rs index 980d3059..ed37b58a 100644 --- a/rust/fatcat-api-spec/src/models.rs +++ b/rust/fatcat-api-spec/src/models.rs @@ -683,9 +683,9 @@ pub struct ReleaseRef { #[serde(skip_serializing_if = "Option::is_none")] pub year: Option, - #[serde(rename = "container_title")] + #[serde(rename = "container_name")] #[serde(skip_serializing_if = "Option::is_none")] - pub container_title: Option, + pub container_name: Option, #[serde(rename = "title")] #[serde(skip_serializing_if = "Option::is_none")] @@ -704,7 +704,7 @@ impl ReleaseRef { extra: None, key: None, year: None, - container_title: None, + container_name: None, title: None, locator: None, } -- cgit v1.2.3