From a4e45f77b5431e0211337afc67ee586c553590d3 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 25 Jul 2018 12:17:34 -0700 Subject: actually add wikidata QIDs to the API --- fatcat-openapi2.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'fatcat-openapi2.yml') diff --git a/fatcat-openapi2.yml b/fatcat-openapi2.yml index 94acccb3..d3d0717b 100644 --- a/fatcat-openapi2.yml +++ b/fatcat-openapi2.yml @@ -72,6 +72,8 @@ definitions: type: string #format: custom example: "1234-5678" + wikidata_qid: + type: string abbrev: type: string coden: @@ -93,6 +95,8 @@ definitions: type: string #format: custom example: "0000-0002-1825-0097" + wikidata_qid: + type: string file_entity: type: object properties: @@ -170,6 +174,8 @@ definitions: type: string pmcid: type: string + wikidata_qid: + type: string volume: type: string issue: -- cgit v1.2.3