Nuix · Schema

NuixItemKindResponse

Schema for NuixItemKindResponse in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
name string The name of the item kind.
localisedName string The localized name of the item kind.
View JSON Schema on GitHub

JSON Schema

nuix-rest-nuixitemkindresponse.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-nuixitemkindresponse.json",
  "title": "NuixItemKindResponse",
  "description": "Schema for NuixItemKindResponse in Nuix REST API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the item kind."
    },
    "localisedName": {
      "type": "string",
      "description": "The localized name of the item kind."
    }
  }
}