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