summaryrefslogtreecommitdiffstats
path: root/fatcat-openapi/docs/FilesetEntity.md
diff options
context:
space:
mode:
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]