Nuix · Schema

EvidenceContainer

Schema for EvidenceContainer in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
name string Sets the name for the evidence container that is created during ingestion.
customMetadata object Sets a map of custom metadata for the evidence container.
encoding string Sets the encoding for the evidence container. If the encoding is not set the default system encoding will be used.
custodian string Sets the name of the initial custodian for the data.
timeZone string Sets the time zone for the evidence container. If the time zone is not set the system's default time zone will be used.
description string Sets the description for the evidence container.
locale string Sets the locale for the evidence container. Some file types and named entities require a locale for them to be ingested accurately. If not set then the system's default locale will be used. Format is
View JSON Schema on GitHub

JSON Schema

nuix-rest-evidencecontainer.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-evidencecontainer.json",
  "title": "EvidenceContainer",
  "description": "Schema for EvidenceContainer in Nuix REST API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Sets the name for the evidence container that is created during ingestion."
    },
    "customMetadata": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "description": "Sets a map of custom metadata for the evidence container."
    },
    "encoding": {
      "type": "string",
      "description": "Sets the encoding for the evidence container. If the encoding is not set the default system encoding will be used."
    },
    "custodian": {
      "type": "string",
      "description": "Sets the name of the initial custodian for the data."
    },
    "timeZone": {
      "type": "string",
      "description": "Sets the time zone for the evidence container. If the time zone is not set the system's default time zone will be used."
    },
    "description": {
      "type": "string",
      "description": "Sets the description for the evidence container."
    },
    "locale": {
      "type": "string",
      "description": "Sets the locale for the evidence container. Some file types and named entities require a locale for them to be ingested accurately. If not set then the system's default locale will be used. Format is that required by IETF BCP 47 (e.g. 'en-US')."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/nuix-rest-evidencecontainer"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.