Backblaze · Schema

ListUnfinishedLargeFilesResponse

ListUnfinishedLargeFilesResponse schema from Backblaze B2 Native API

Cloud StorageObject StorageStorageBackup

Properties

Name Type Description
files array
nextFileId string
View JSON Schema on GitHub

JSON Schema

b2-native-api-list-unfinished-large-files-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/backblaze/refs/heads/main/json-schema/b2-native-api-list-unfinished-large-files-response-schema.json",
  "title": "ListUnfinishedLargeFilesResponse",
  "description": "ListUnfinishedLargeFilesResponse schema from Backblaze B2 Native API",
  "type": "object",
  "properties": {
    "files": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/FileInfo"
      }
    },
    "nextFileId": {
      "type": "string",
      "nullable": true
    }
  }
}