addedOutput schema / properties / data / properties
Added value: +{
+ "action": {
+ "enum": [
+ "status",
+ "wait",
+ "cancel"
+ ],
+ "type": "string"
+ },
+ "cancelledFiles": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "completedFiles": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "failedFiles": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "items": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "cleanup": {
+ "additionalProperties": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "error": {
+ "additionalProperties": {},
+ "description": "Stable error information returned when the operation fails.",
+ "properties": {
+ "code": {
+ "type": "string"
+ },
+ "details": {},
+ "message": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "code",
+ "message"
+ ],
+ "type": "object"
+ },
+ "fileName": {
+ "type": "string"
+ },
+ "index": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "object": {},
+ "objectId": {
+ "format": "uuid",
+ "pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$",
+ "type": "string"
+ },
+ "partCount": {
+ "exclusiveMinimum": 0,
+ "maximum": 9007199254740991,
+ "type": "integer"
+ },
+ "partSize": {
+ "exclusiveMinimum": 0,
+ "maximum": 9007199254740991,
+ "type": "integer"
+ },
+ "partsUploaded": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "status": {
+ "enum": [
+ "queued",
+ "initializing",
+ "uploading",
+ "completing",
+ "verifying",
+ "completed",
+ "completed_with_warnings",
+ "failed",
+ "cancelled"
+ ],
+ "type": "string"
+ },
+ "totalBytes": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "uploadedBytes": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "verification": {
+ "additionalProperties": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ }
+ },
+ "required": [
+ "index",
+ "fileName",
+ "status",
+ "totalBytes",
+ "uploadedBytes"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "jobId": {
+ "format": "uuid",
+ "pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$",
+ "type": "string"
+ },
+ "status": {
+ "enum": [
+ "queued",
+ "running",
+ "completed",
+ "completed_with_warnings",
+ "partial",
+ "failed",
+ "cancelled"
+ ],
+ "type": "string"
+ },
+ "timedOut": {
+ "type": "boolean"
+ },
+ "totalBytes": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "totalFiles": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "uploadedBytes": {
+ "minimum": 0,
+ "type": "number"
+ }
+}