summaryrefslogtreecommitdiffstats
path: root/fatcat-openapi/docs/FilesetEntity.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/FilesetEntity.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/FilesetEntity.md')
-rw-r--r--fatcat-openapi/docs/FilesetEntity.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/fatcat-openapi/docs/FilesetEntity.md b/fatcat-openapi/docs/FilesetEntity.md
index 14ce4bf..3108cd6 100644
--- a/fatcat-openapi/docs/FilesetEntity.md
+++ b/fatcat-openapi/docs/FilesetEntity.md
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
**redirect** | **String** | base32-encoded unique identifier | [optional] [default to None]
**extra** | [**std::collections::HashMap<String, serde_json::Value>**](AnyType.md) | Free-form JSON metadata that will be stored with the other entity metadata. See guide for (unenforced) schema conventions. | [optional] [default to None]
**edit_extra** | [**std::collections::HashMap<String, serde_json::Value>**](AnyType.md) | Free-form JSON metadata that will be stored with specific entity edits (eg, creation/update/delete). | [optional] [default to None]
+**content_scope** | **String** | | [optional] [default to None]
**manifest** | [**Vec<models::FilesetFile>**](fileset_file.md) | | [optional] [default to None]
**urls** | [**Vec<models::FilesetUrl>**](fileset_url.md) | | [optional] [default to None]
**release_ids** | **Vec<String>** | Set of identifier of release entities this fileset represents a full manifestation of. Usually a single release. | [optional] [default to None]