Nuix · Schema
CreateCaseRequest
Schema for CreateCaseRequest in Nuix REST API
ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence
Properties
| Name | Type | Description |
|---|---|---|
| compound | boolean | Determines whether the case is simple or compound. Default is false |
| location | string | Where the case should be created. e.g. inventory0, inventory1 |
| name | string | The name of the case. e.g. mycase |
| description | string | The case description |
| investigator | string | The case investigator |
| elasticSearchSettings | object | |
| binaryStoreLocation | string | Path to file system binary store for this case. It can be shared by cases and should be accessible from all workers. Defaults to null, which means binary store will be within the on-disk portion of th |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-rest-createcaserequest.json",
"title": "CreateCaseRequest",
"description": "Schema for CreateCaseRequest in Nuix REST API",
"type": "object",
"properties": {
"compound": {
"type": "boolean",
"description": "Determines whether the case is simple or compound. Default is false",
"default": false
},
"location": {
"type": "string",
"description": "Where the case should be created. e.g. inventory0, inventory1",
"default": "inventory0"
},
"name": {
"type": "string",
"description": "The name of the case. e.g. mycase"
},
"description": {
"type": "string",
"description": "The case description"
},
"investigator": {
"type": "string",
"description": "The case investigator"
},
"elasticSearchSettings": {
"$ref": "#/components/schemas/ElasticSearchSettings"
},
"binaryStoreLocation": {
"type": "string",
"description": "Path to file system binary store for this case. It can be shared by cases and should be accessible from all workers. Defaults to null, which means binary store will be within the on-disk portion of the case."
}
},
"required": [
"name"
]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/nuix-rest-createcaserequest"
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.