Nuix · Schema

ReviewJobAddItemsRequest

Schema for ReviewJobAddItemsRequest in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
query string Query items that should be added to the review job.
options object
View JSON Schema on GitHub

JSON Schema

nuix-rest-reviewjobadditemsrequest.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-reviewjobadditemsrequest.json",
  "title": "ReviewJobAddItemsRequest",
  "description": "Schema for ReviewJobAddItemsRequest in Nuix REST API",
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Query items that should be added to the review job."
    },
    "options": {
      "$ref": "#/components/schemas/ReviewJobAddItemsOptions"
    }
  },
  "required": [
    "query"
  ]
}