Nuix · Schema

FileUploadResponse

Schema for FileUploadResponse in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
fileUploads array The array of file upload results
View JSON Schema on GitHub

JSON Schema

nuix-rest-fileuploadresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-rest-fileuploadresponse.json",
  "title": "FileUploadResponse",
  "description": "Schema for FileUploadResponse in Nuix REST API",
  "type": "object",
  "properties": {
    "fileUploads": {
      "type": "array",
      "description": "The array of file upload results",
      "items": {
        "$ref": "#/components/schemas/FileUpload"
      }
    }
  }
}