diff options
Diffstat (limited to 'fatcat-openapi2.yml')
-rw-r--r-- | fatcat-openapi2.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fatcat-openapi2.yml b/fatcat-openapi2.yml index f3a91768..ce0d8331 100644 --- a/fatcat-openapi2.yml +++ b/fatcat-openapi2.yml @@ -903,6 +903,9 @@ definitions: dblp: type: string description: "dblp (https://dblp.uni-trier.de/) paper identifier; eg for conference proceedings" + oai: + type: string + description: "OAI-PMH identifier; only used when an OAI-PMH record is the only authoritative metadata (eg, journal OAI-PMH feeds w/o DOIs)" release_abstract: type: object properties: @@ -3109,6 +3112,10 @@ paths: in: query type: string required: false + - name: oai + in: query + type: string + required: false - name: expand in: query type: string |