Nuix · Schema

ProductionSetRequest

Schema for ProductionSetRequest in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
name string The name of the production set.
description string A description for the production set.
prefix string Prefix used for document numbering.
startingNumber string The first number used for document numbering.
query string Query items that should be included. If a query is not supplied it defaults to an empty string, which returns all items.
includeFamilies boolean If true, includes family items for the collection of items returned by the query. Default is false.
markupSets array Sets the given markup sets to be used during the export.
applyRedactions boolean If true, applies redactions in the markup sets. Default is true.
applyHighlights boolean If true, applies highlights in the markup sets. Default is true.
generatePdfStores boolean Generates print previews for the selected items in this production set. Default is false.
pdfStoresQuery string Query that identifies which production set items should have print previews generated. If a query is not supplied it defaults to an empty string, which returns all items.
parallelProcessingSettings object
View JSON Schema on GitHub

JSON Schema

nuix-rest-productionsetrequest.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-productionsetrequest.json",
  "title": "ProductionSetRequest",
  "description": "Schema for ProductionSetRequest in Nuix REST API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the production set."
    },
    "description": {
      "type": "string",
      "description": "A description for the production set."
    },
    "prefix": {
      "type": "string",
      "description": "Prefix used for document numbering."
    },
    "startingNumber": {
      "type": "string",
      "description": "The first number used for document numbering."
    },
    "query": {
      "type": "string",
      "description": "Query items that should be included. If a query is not supplied it defaults to an empty string, which returns all items."
    },
    "includeFamilies": {
      "type": "boolean",
      "description": "If true, includes family items for the collection of items returned by the query. Default is false.",
      "default": false
    },
    "markupSets": {
      "type": "array",
      "description": "Sets the given markup sets to be used during the export.",
      "items": {
        "type": "string"
      }
    },
    "applyRedactions": {
      "type": "boolean",
      "description": "If true, applies redactions in the markup sets. Default is true.",
      "default": true
    },
    "applyHighlights": {
      "type": "boolean",
      "description": "If true, applies highlights in the markup sets. Default is true.",
      "default": true
    },
    "generatePdfStores": {
      "type": "boolean",
      "description": "Generates print previews for the selected items in this production set. Default is false.",
      "default": false
    },
    "pdfStoresQuery": {
      "type": "string",
      "description": "Query that identifies which production set items should have print previews generated. If a query is not supplied it defaults to an empty string, which returns all items."
    },
    "parallelProcessingSettings": {
      "$ref": "#/components/schemas/ParallelProcessingSettings"
    }
  },
  "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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/nuix-rest-productionsetrequest"
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.