Nuix · Schema

listTargetsResponse

Schema for listTargetsResponse in Nuix ECC REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
targets array List of Targets.
View JSON Schema on GitHub

JSON Schema

nuix-ecc-listtargetsresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-ecc-listtargetsresponse.json",
  "title": "listTargetsResponse",
  "description": "Schema for listTargetsResponse in Nuix ECC REST API",
  "type": "object",
  "properties": {
    "targets": {
      "type": "array",
      "description": "List of Targets.",
      "items": {
        "$ref": "#/components/schemas/Target"
      }
    }
  }
}