From 1dd7fede5c8fb44a7819a25c74144ad0eff78627 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 17 Nov 2021 17:40:36 -0800 Subject: fatcat-openapi: update with v0.5.0 schema --- fatcat-openapi/docs/FilesetEntity.md | 1 + 1 file changed, 1 insertion(+) (limited to 'fatcat-openapi/docs/FilesetEntity.md') 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**](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**](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**](fileset_file.md) | | [optional] [default to None] **urls** | [**Vec**](fileset_url.md) | | [optional] [default to None] **release_ids** | **Vec** | Set of identifier of release entities this fileset represents a full manifestation of. Usually a single release. | [optional] [default to None] -- cgit v1.2.3