Nuix · Schema

MarkupSet

Schema for MarkupSet in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
guid string Gets the GUID of the markup set.
name string Gets the name of the markup set.
description string Gets the description of the markup set.
redactionReason string Gets the redaction reason for this markup set.
View JSON Schema on GitHub

JSON Schema

nuix-rest-markupset.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-markupset.json",
  "title": "MarkupSet",
  "description": "Schema for MarkupSet in Nuix REST API",
  "type": "object",
  "properties": {
    "guid": {
      "type": "string",
      "description": "Gets the GUID of the markup set."
    },
    "name": {
      "type": "string",
      "description": "Gets the name of the markup set."
    },
    "description": {
      "type": "string",
      "description": "Gets the description of the markup set."
    },
    "redactionReason": {
      "type": "string",
      "description": "Gets the redaction reason for this markup set."
    }
  }
}