Nuix · Schema

ReviewJobResponse

Schema for ReviewJobResponse in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
name string The name of the review job.
guid string The GUID for this review job.
View JSON Schema on GitHub

JSON Schema

nuix-rest-reviewjobresponse.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-reviewjobresponse.json",
  "title": "ReviewJobResponse",
  "description": "Schema for ReviewJobResponse in Nuix REST API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the review job."
    },
    "guid": {
      "type": "string",
      "description": "The GUID for this review job."
    }
  },
  "required": [
    "name",
    "guid"
  ]
}