Nuix · Schema

ApplyCustomMetadataResponse

Schema for ApplyCustomMetadataResponse in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
failedItems array List of item GUIDs that failed the operation
successfulItems array List of item GUIDs that succeeded during operation
View JSON Schema on GitHub

JSON Schema

nuix-rest-applycustommetadataresponse.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-applycustommetadataresponse.json",
  "title": "ApplyCustomMetadataResponse",
  "description": "Schema for ApplyCustomMetadataResponse in Nuix REST API",
  "type": "object",
  "properties": {
    "failedItems": {
      "type": "array",
      "description": "List of item GUIDs that failed the operation",
      "items": {
        "type": "string"
      }
    },
    "successfulItems": {
      "type": "array",
      "description": "List of item GUIDs that succeeded during operation",
      "items": {
        "type": "string"
      }
    }
  }
}