diff options
-rw-r--r-- | fatcat-openapi3.yml | 11 |
1 files changed, 10 insertions, 1 deletions
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: |