Nuix · Schema

listCaseCollectionResponse

Schema for listCaseCollectionResponse in Nuix ECC REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
collections array
View JSON Schema on GitHub

JSON Schema

nuix-ecc-listcasecollectionresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-ecc-listcasecollectionresponse.json",
  "title": "listCaseCollectionResponse",
  "description": "Schema for listCaseCollectionResponse in Nuix ECC REST API",
  "type": "object",
  "properties": {
    "collections": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CollectionDetail"
      }
    }
  }
}