Nuix · Schema

LanguageResponse

Schema for LanguageResponse in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
code string The language code.
languageName string The display name for the language.
itemCount integer The number of items in that language.
View JSON Schema on GitHub

JSON Schema

nuix-rest-languageresponse.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-languageresponse.json",
  "title": "LanguageResponse",
  "description": "Schema for LanguageResponse in Nuix REST API",
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "description": "The language code."
    },
    "languageName": {
      "type": "string",
      "description": "The display name for the language."
    },
    "itemCount": {
      "type": "integer",
      "format": "int64",
      "description": "The number of items in that language."
    }
  }
}