Nuix · Schema

ItemSetDuplicatesResponse

Schema for ItemSetDuplicatesResponse in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
duplicates array The list of GUIDs representing duplicate items
View JSON Schema on GitHub

JSON Schema

nuix-rest-itemsetduplicatesresponse.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-itemsetduplicatesresponse.json",
  "title": "ItemSetDuplicatesResponse",
  "description": "Schema for ItemSetDuplicatesResponse in Nuix REST API",
  "type": "object",
  "properties": {
    "duplicates": {
      "type": "array",
      "description": "The list of GUIDs representing duplicate items",
      "items": {
        "type": "string"
      }
    }
  }
}