From 5c79b82211612c075f0c9916099f176fc65d0fe4 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 17 Nov 2021 17:38:12 -0800 Subject: API schema updates for v0.5.0 --- fatcat-openapi3.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/fatcat-openapi3.yml b/fatcat-openapi3.yml index cb90d54..4ad2e32 100644 --- a/fatcat-openapi3.yml +++ b/fatcat-openapi3.yml @@ -1,7 +1,7 @@ openapi: "3.0.0" info: title: fatcat - version: 0.4.0 + version: 0.5.0 description: | Fatcat is a scalable, versioned, API-oriented catalog of bibliographic entities and file metadata. @@ -657,6 +657,9 @@ components: mimetype: type: string example: application/pdf + content_scope: + type: string + example: issue release_ids: type: array items: @@ -745,6 +748,9 @@ components: (eg, creation/update/delete). additionalProperties: {} + content_scope: + type: string + example: issue manifest: type: array items: @@ -902,6 +908,9 @@ components: Same format as CDX line timestamp (UTC, etc). Corresponds to the overall capture timestamp. Should generally be the timestamp of capture of the primary resource URL. + content_scope: + type: string + example: landing-page release_ids: type: array items: -- cgit v1.2.3