Nuix · Schema

NuixItemTypeResponse

Schema for NuixItemTypeResponse in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
name string The content type.
localisedName string The localized type name.
preferredExtension string The file extension of the type.
kind string The item kind.
count integer The count.
View JSON Schema on GitHub

JSON Schema

nuix-rest-nuixitemtyperesponse.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-nuixitemtyperesponse.json",
  "title": "NuixItemTypeResponse",
  "description": "Schema for NuixItemTypeResponse in Nuix REST API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The content type."
    },
    "localisedName": {
      "type": "string",
      "description": "The localized type name."
    },
    "preferredExtension": {
      "type": "string",
      "description": "The file extension of the type."
    },
    "kind": {
      "type": "string",
      "description": "The item kind."
    },
    "count": {
      "type": "integer",
      "description": "The count.",
      "format": "int64"
    }
  }
}