Nuix · Schema

EntityType

A named entity.

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
name string Gets the name of the entity type.
localisedName string Gets the name of the entity type, localised appropriately for display to users.
View JSON Schema on GitHub

JSON Schema

nuix-rest-entitytype.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-entitytype.json",
  "title": "EntityType",
  "description": "A named entity.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Gets the name of the entity type."
    },
    "localisedName": {
      "type": "string",
      "description": "Gets the name of the entity type, localised appropriately for display to users."
    }
  }
}