stream_upload_length

Indicates the size of the entire upload in bytes. The value must be a non-negative integer.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-stream-upload-length-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/stream_upload_length",
  "title": "stream_upload_length",
  "description": "Indicates the size of the entire upload in bytes. The value must be a non-negative integer.",
  "minimum": 0,
  "type": "integer"
}