Nuix · Schema

Success

A wrapper object for a boolean.

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
success boolean A boolean value true or false.
View JSON Schema on GitHub

JSON Schema

nuix-rest-success.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-success.json",
  "title": "Success",
  "description": "A wrapper object for a boolean.",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean",
      "description": "A boolean value true or false."
    }
  }
}