diff options
Diffstat (limited to 'fatcat-openapi/docs')
-rw-r--r-- | fatcat-openapi/docs/FileEntity.md | 1 | ||||
-rw-r--r-- | fatcat-openapi/docs/FilesetEntity.md | 1 | ||||
-rw-r--r-- | fatcat-openapi/docs/WebcaptureEntity.md | 1 |
3 files changed, 3 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] 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] diff --git a/fatcat-openapi/docs/WebcaptureEntity.md b/fatcat-openapi/docs/WebcaptureEntity.md index 64558c9..018756c 100644 --- a/fatcat-openapi/docs/WebcaptureEntity.md +++ b/fatcat-openapi/docs/WebcaptureEntity.md @@ -13,6 +13,7 @@ Name | Type | Description | Notes **archive_urls** | [**Vec<models::WebcaptureUrl>**](webcapture_url.md) | | [optional] [default to None] **original_url** | **String** | Base URL of the primary resource this is a capture of | [optional] [default to None] **timestamp** | [**chrono::DateTime::<chrono::Utc>**](DateTime.md) | Same format as CDX line timestamp (UTC, etc). Corresponds to the overall capture timestamp. Should generally be the timestamp of capture of the primary resource URL. | [optional] [default to None] +**content_scope** | **String** | | [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] **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] |