Nuix · Schema

ItemCustodianRequest

Schema for ItemCustodianRequest in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
itemCustodian string Custodian for the item.
View JSON Schema on GitHub

JSON Schema

nuix-rest-itemcustodianrequest.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-itemcustodianrequest.json",
  "title": "ItemCustodianRequest",
  "description": "Schema for ItemCustodianRequest in Nuix REST API",
  "type": "object",
  "properties": {
    "itemCustodian": {
      "type": "string",
      "description": "Custodian for the item."
    }
  },
  "required": [
    "itemCustodian"
  ]
}