Nuix · Schema

CaseModification

Schema for CaseModification in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
method string The method of case modification. Current this is only MIGRATE.
View JSON Schema on GitHub

JSON Schema

nuix-rest-casemodification.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-casemodification.json",
  "title": "CaseModification",
  "description": "Schema for CaseModification in Nuix REST API",
  "type": "object",
  "properties": {
    "method": {
      "type": "string",
      "description": "The method of case modification.  Current this is only MIGRATE.",
      "enum": [
        "MIGRATE"
      ]
    }
  }
}