Nuix · Schema

EntityTypesResponse

The types of named entities associated with a case.

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
entityTypes array A list of entity types
View JSON Schema on GitHub

JSON Schema

nuix-rest-entitytypesresponse.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-entitytypesresponse.json",
  "title": "EntityTypesResponse",
  "description": "The types of named entities associated with a case.",
  "type": "object",
  "properties": {
    "entityTypes": {
      "description": "A list of entity types",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/EntityType"
      }
    }
  }
}