aboutsummaryrefslogtreecommitdiffstats
path: root/rust/fatcat-api-spec/src/models.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/fatcat-api-spec/src/models.rs')
-rw-r--r--rust/fatcat-api-spec/src/models.rs5
1 files changed, 0 insertions, 5 deletions
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<String>,
-
- #[serde(rename = "extra")]
- #[serde(skip_serializing_if = "Option::is_none")]
- pub extra: Option<serde_json::Value>,
}
impl WebcaptureEntityCdx {
@@ -1210,7 +1206,6 @@ impl WebcaptureEntityCdx {
size_bytes: None,
sha1: sha1,
sha256: None,
- extra: None,
}
}
}