Nuix · Schema

ItemCommentResponse

Schema for ItemCommentResponse in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

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

JSON Schema

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