From d7a4e4649e1da2c02ec8472173c79f7c708ce19b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 24 Dec 2018 15:14:32 -0800 Subject: codegen release_year --- rust/fatcat-api-spec/api/swagger.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'rust/fatcat-api-spec/api') diff --git a/rust/fatcat-api-spec/api/swagger.yaml b/rust/fatcat-api-spec/api/swagger.yaml index 98474f13..0446dc8d 100644 --- a/rust/fatcat-api-spec/api/swagger.yaml +++ b/rust/fatcat-api-spec/api/swagger.yaml @@ -2411,8 +2411,8 @@ paths: example: "\"id_example\".to_string()" - name: "expand" in: "query" - description: "List of sub-entities to expand in response. For releases, 'files'\ - \ and 'container' are valid." + description: "List of sub-entities to expand in response. For releases, 'files',\ + \ 'container', and 'creators' are valid." required: false type: "string" formatString: "{:?}" @@ -4442,6 +4442,10 @@ definitions: doi: type: "string" example: "10.1234/abcde.789" + release_year: + type: "integer" + format: "int64" + example: 2014 release_date: type: "string" format: "date" @@ -4569,6 +4573,7 @@ definitions: mimetype: "application/xml+jats" lang: "en" content: "Some abstract thing goes here" + release_year: 2014 release_type: "book" wikidata_qid: "wikidata_qid" pmid: "pmid" -- cgit v1.2.3