Box · Schema

Uploaded part

A chunk of a file uploaded as part of an upload session, as returned by some endpoints.

Cloud StorageCollaborationContent ManagementDocumentsEnterpriseFile Sharing

Properties

Name Type Description
part object
View JSON Schema on GitHub

JSON Schema

box-uploadedpart-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UploadedPart",
  "title": "Uploaded part",
  "type": "object",
  "x-box-resource-id": "uploaded_part",
  "description": "A chunk of a file uploaded as part of\nan upload session, as returned by some endpoints.",
  "x-box-tag": "chunked_uploads",
  "properties": {
    "part": {
      "$ref": "#/components/schemas/UploadPart"
    }
  }
}