Nuix · Schema

NuixReviewJobItem

Schema for NuixReviewJobItem in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
completionDateTime integer Returns the date the review item was completed.
item object Returns the item
View JSON Schema on GitHub

JSON Schema

nuix-rest-nuixreviewjobitem.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-nuixreviewjobitem.json",
  "title": "NuixReviewJobItem",
  "description": "Schema for NuixReviewJobItem in Nuix REST API",
  "type": "object",
  "properties": {
    "completionDateTime": {
      "type": "integer",
      "description": "Returns the date the review item was completed.",
      "format": "int64"
    },
    "item": {
      "type": "object",
      "additionalProperties": {
        "type": "object"
      },
      "description": "Returns the item"
    }
  }
}