diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-07-25 12:17:34 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-07-25 12:17:34 -0700 |
commit | a4e45f77b5431e0211337afc67ee586c553590d3 (patch) | |
tree | dd82f9f3a515bc5a1b6431276ecf089e0c20a3f9 /fatcat-openapi2.yml | |
parent | 8630a99c0c6351f5d4a051ce0c38b162f46b62ae (diff) | |
download | fatcat-a4e45f77b5431e0211337afc67ee586c553590d3.tar.gz fatcat-a4e45f77b5431e0211337afc67ee586c553590d3.zip |
actually add wikidata QIDs to the API
Diffstat (limited to 'fatcat-openapi2.yml')
-rw-r--r-- | fatcat-openapi2.yml | 6 |
1 files changed, 6 insertions, 0 deletions
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: |