summaryrefslogtreecommitdiffstats
path: root/fatcat-openapi/docs/FileEntity.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-11-17 17:40:36 -0800
committerBryan Newbold <bnewbold@archive.org>2021-11-19 17:57:25 -0800
commit1dd7fede5c8fb44a7819a25c74144ad0eff78627 (patch)
tree04ed66c6fd57e3b08d3b9bde25a71d52ca49bcce /fatcat-openapi/docs/FileEntity.md
parent5c79b82211612c075f0c9916099f176fc65d0fe4 (diff)
downloadfatcat-cli-1dd7fede5c8fb44a7819a25c74144ad0eff78627.tar.gz
fatcat-cli-1dd7fede5c8fb44a7819a25c74144ad0eff78627.zip
fatcat-openapi: update with v0.5.0 schema
Diffstat (limited to 'fatcat-openapi/docs/FileEntity.md')
-rw-r--r--fatcat-openapi/docs/FileEntity.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/fatcat-openapi/docs/FileEntity.md b/fatcat-openapi/docs/FileEntity.md
index 496e797..6789fd6 100644
--- a/fatcat-openapi/docs/FileEntity.md
+++ b/fatcat-openapi/docs/FileEntity.md
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
**sha256** | **String** | SHA-256 hash of data, in hex encoding | [optional] [default to None]
**urls** | [**Vec<models::FileUrl>**](file_url.md) | | [optional] [default to None]
**mimetype** | **String** | | [optional] [default to None]
+**content_scope** | **String** | | [optional] [default to None]
**release_ids** | **Vec<String>** | Set of identifier of release entities this file represents a full manifestation of. Usually a single release, but some files contain content of multiple full releases (eg, an issue of a journal). | [optional] [default to None]
**releases** | [**Vec<models::ReleaseEntity>**](release_entity.md) | Full release entities, included in GET responses when `releases` included in `expand` parameter. Ignored if included in PUT or POST requests. | [optional] [default to None]