stream_pctComplete

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-pctcomplete-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/stream_pctComplete",
  "title": "stream_pctComplete",
  "description": "Indicates the size of the entire upload in bytes. The value must be a non-negative integer.",
  "maximum": 100,
  "minimum": 0,
  "type": "string"
}