Nuix · Schema

IngestibleFile

Schema for IngestibleFile in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
path string Absolute path to the directory or file to be ingested.
View JSON Schema on GitHub

JSON Schema

nuix-rest-ingestiblefile.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-ingestiblefile.json",
  "title": "IngestibleFile",
  "description": "Schema for IngestibleFile in Nuix REST API",
  "type": "object",
  "properties": {
    "path": {
      "type": "string",
      "description": "Absolute path to the directory or file to be ingested."
    }
  },
  "required": [
    "path"
  ]
}