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/FileEntity.md | 1 + fatcat-openapi/docs/FilesetEntity.md | 1 + fatcat-openapi/docs/WebcaptureEntity.md | 1 + 3 files changed, 3 insertions(+) (limited to 'fatcat-openapi/docs') 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**](file_url.md) | | [optional] [default to None] **mimetype** | **String** | | [optional] [default to None] +**content_scope** | **String** | | [optional] [default to None] **release_ids** | **Vec** | 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**](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**](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] 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**](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::**](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** | Set of identifier of release entities this fileset represents a full manifestation of. Usually a single release. | [optional] [default to None] **releases** | [**Vec**](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] -- cgit v1.2.3