aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat-openapi2.yml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-11-24 15:45:48 -0800
committerBryan Newbold <bnewbold@robocracy.org>2021-11-24 15:45:48 -0800
commit87795f888db31104998c7688ace1e01efd10ee12 (patch)
tree3d8f242eb8cfed3557a64ea755791992fa01607c /fatcat-openapi2.yml
parent5d3e62f757e968d28e90bdc4f0abe2ee07a09f3f (diff)
downloadfatcat-87795f888db31104998c7688ace1e01efd10ee12.tar.gz
fatcat-87795f888db31104998c7688ace1e01efd10ee12.zip
schema: codespell fixes (comments/docs)
Diffstat (limited to 'fatcat-openapi2.yml')
-rw-r--r--fatcat-openapi2.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/fatcat-openapi2.yml b/fatcat-openapi2.yml
index 7fafdb89..bebaee1a 100644
--- a/fatcat-openapi2.yml
+++ b/fatcat-openapi2.yml
@@ -35,7 +35,7 @@ info:
Fatcat is made available as a gratis (no cost) and libre (freedom
preserving) service to the public, with limited funding and resources. We
- welcome new and unforseen uses and contributions, but may need to impose
+ welcome new and unforeseen uses and contributions, but may need to impose
restrictions (like rate-limits) to keep the service functional for other
users, and in extreme cases reserve the option to block accounts and IP
ranges if necessary to keep the service operational.
@@ -167,7 +167,7 @@ tags: # TAGLINE
description: | # TAGLINE
**Fileset** entities represent sets of digital files, as well as locations # TAGLINE
where they can be found on the public web. Filesets most commonly # TAGLINE
- represent datasets consisting of serveral data and metadata files. # TAGLINE
+ represent datasets consisting of several data and metadata files. # TAGLINE
See the "Catalog Style Guide" section of the guide for details and # TAGLINE
semantics of what should be included in specific entity fields. # TAGLINE
@@ -731,7 +731,7 @@ definitions:
$ref: "#/definitions/container_entity"
description: |
Complete container entity identified by `container_id` field. Only
- included in GET reponses when `container` included in `expand`
+ included in GET responses when `container` included in `expand`
parameter; ignored in PUT or POST requests.
files:
type: array
@@ -793,7 +793,7 @@ definitions:
type: string
example: "retracted"
description: |
- Type of withdrawl or retraction of this release, if applicable. If
+ Type of withdrawal or retraction of this release, if applicable. If
release has not been withdrawn, should be `null` (aka, not set, not
the string "null" or an empty string).
withdrawn_date:
@@ -825,7 +825,7 @@ definitions:
example: "12"
description: |
Issue number of volume/container that this release was published in.
- Sometimes coresponds to a month number in the year, but can be any
+ Sometimes corresponds to a month number in the year, but can be any
string. See guide.
pages:
type: string
@@ -1034,7 +1034,7 @@ definitions:
description: |
Username/handle (short slug-like string) to identify this editor. May
be changed at any time by the editor; use the `editor_id` as a
- persistend identifer.
+ persistend identifier.
is_admin:
type: boolean
example: false
@@ -1064,7 +1064,7 @@ definitions:
<<: *FATCATIDENT
<<: *FATCATIDENTEXAMPLE
description: |
- Fatcat identifer of editor that created this editgroup.
+ Fatcat identifier of editor that created this editgroup.
editor:
$ref: "#/definitions/editor"
description: |
@@ -1076,7 +1076,7 @@ definitions:
format: int64
description: |
For accepted/merged editgroups, the changelog index that the accept
- occured at. WARNING: not populated in all contexts that an editgroup
+ occurred at. WARNING: not populated in all contexts that an editgroup
could be included in a response.
created:
type: string
@@ -2891,7 +2891,7 @@ paths:
description: |
Updates an existing entity as part of a specific (existing) editgroup.
The editgroup must be open for updates (aka, not accepted/merged), and
- the editor making the requiest must have permissions (aka, must have
+ the editor making the request must have permissions (aka, must have
created the editgroup or have `admin` role).
This method can also be used to update an existing entity edit as part