Nuix · Schema

MetadataItemDetails

Schema for MetadataItemDetails in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

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

JSON Schema

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