Nuix · Schema

ItemCustodianResponse

Schema for ItemCustodianResponse in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
itemGuid string The guid of the item.
itemCustodian string Custodian for this item
View JSON Schema on GitHub

JSON Schema

nuix-rest-itemcustodianresponse.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-itemcustodianresponse.json",
  "title": "ItemCustodianResponse",
  "description": "Schema for ItemCustodianResponse in Nuix REST API",
  "type": "object",
  "properties": {
    "itemGuid": {
      "type": "string",
      "description": "The guid of the item."
    },
    "itemCustodian": {
      "type": "string",
      "description": "Custodian for this item"
    }
  }
}