Nuix · Schema

ReviewJobAddItemsOptions

Schema for ReviewJobAddItemsOptions in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
user string The user to assign the items to.
View JSON Schema on GitHub

JSON Schema

nuix-rest-reviewjobadditemsoptions.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-reviewjobadditemsoptions.json",
  "title": "ReviewJobAddItemsOptions",
  "description": "Schema for ReviewJobAddItemsOptions in Nuix REST API",
  "type": "object",
  "properties": {
    "user": {
      "type": "string",
      "description": "The user to assign the items to."
    }
  }
}