{ "$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." } } }