From 4e89ffc029d42bcf374cfe9cc6aa6b1d35ea4632 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 9 May 2019 23:24:29 -0700 Subject: rust impl cdx extra_json removal --- rust/fatcat-api-spec/src/models.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'rust/fatcat-api-spec/src') diff --git a/rust/fatcat-api-spec/src/models.rs b/rust/fatcat-api-spec/src/models.rs index cd418d99..f4ac0e3e 100644 --- a/rust/fatcat-api-spec/src/models.rs +++ b/rust/fatcat-api-spec/src/models.rs @@ -1193,10 +1193,6 @@ pub struct WebcaptureEntityCdx { #[serde(rename = "sha256")] #[serde(skip_serializing_if = "Option::is_none")] pub sha256: Option, - - #[serde(rename = "extra")] - #[serde(skip_serializing_if = "Option::is_none")] - pub extra: Option, } impl WebcaptureEntityCdx { @@ -1210,7 +1206,6 @@ impl WebcaptureEntityCdx { size_bytes: None, sha1: sha1, sha256: None, - extra: None, } } } -- cgit v1.2.3