aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat-openapi2.yml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-11-17 15:28:23 -0800
committerBryan Newbold <bnewbold@robocracy.org>2020-11-19 14:55:14 -0800
commitb80d1354abb6c609e3d3ba97de87959ad623d554 (patch)
tree248d0b7cafe0e817cf3b622a907094ef65ba0f0e /fatcat-openapi2.yml
parentfcfcd3224a113fa90da2045a3c7fe90127088ebe (diff)
downloadfatcat-b80d1354abb6c609e3d3ba97de87959ad623d554.tar.gz
fatcat-b80d1354abb6c609e3d3ba97de87959ad623d554.zip
schema: DOAJ+dblp ext_ids; bump to v0.3.3
Diffstat (limited to 'fatcat-openapi2.yml')
-rw-r--r--fatcat-openapi2.yml16
1 files changed, 15 insertions, 1 deletions
diff --git a/fatcat-openapi2.yml b/fatcat-openapi2.yml
index 88b5f5fb..f3a91768 100644
--- a/fatcat-openapi2.yml
+++ b/fatcat-openapi2.yml
@@ -2,7 +2,7 @@
swagger: "2.0"
info:
title: fatcat
- version: 0.3.1
+ version: 0.3.3
description: |
Fatcat is a scalable, versioned, API-oriented catalog of bibliographic
entities and file metadata.
@@ -897,6 +897,12 @@ definitions:
mag:
type: string
description: "Microsoft Academic Graph identifier"
+ doaj:
+ type: string
+ description: "DOAJ article-level identifier"
+ dblp:
+ type: string
+ description: "dblp (https://dblp.uni-trier.de/) paper identifier; eg for conference proceedings"
release_abstract:
type: object
properties:
@@ -3095,6 +3101,14 @@ paths:
in: query
type: string
required: false
+ - name: doaj
+ in: query
+ type: string
+ required: false
+ - name: dblp
+ in: query
+ type: string
+ required: false
- name: expand
in: query
type: string