The representation of an upload session chunk.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UploadPart", "title": "Upload part", "type": "object", "x-box-resource-id": "upload_part", "x-box-variant": "standard", "description": "The representation of an upload\nsession chunk.", "allOf": [ { "$ref": "#/components/schemas/UploadPart--Mini" }, { "properties": { "sha1": { "description": "The SHA1 hash of the chunk.", "type": "string", "example": "134b65991ed521fcfe4724b7d814ab8ded5185dc" } } } ] }