diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-24 13:23:13 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-24 13:23:13 -0800 |
commit | 206acf1b37a1a34d5338c744e17ef2035cd2db58 (patch) | |
tree | 82a5407182d42ba44bf0821f96b403d37f111efe /rust/fatcat-api-spec/src | |
parent | e2b4675c34a6de76196255dc21389e225e54f22b (diff) | |
download | fatcat-206acf1b37a1a34d5338c744e17ef2035cd2db58.tar.gz fatcat-206acf1b37a1a34d5338c744e17ef2035cd2db58.zip |
codegen schema tweaks
Diffstat (limited to 'rust/fatcat-api-spec/src')
-rw-r--r-- | rust/fatcat-api-spec/src/models.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/fatcat-api-spec/src/models.rs b/rust/fatcat-api-spec/src/models.rs index d6e6e07f..f1b657c2 100644 --- a/rust/fatcat-api-spec/src/models.rs +++ b/rust/fatcat-api-spec/src/models.rs @@ -692,6 +692,7 @@ pub struct ReleaseContrib { #[serde(skip_serializing_if = "Option::is_none")] pub index: Option<i64>, + /// base32-encoded unique identifier #[serde(rename = "creator_id")] #[serde(skip_serializing_if = "Option::is_none")] pub creator_id: Option<String>, |