Schema for Custodian in Nuix ECC REST API
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-ecc-custodian.json", "title": "Custodian", "description": "Schema for Custodian in Nuix ECC REST API", "type": "object", "properties": { "id": { "type": "integer", "description": "id of the custodian" }, "name": { "type": "string", "description": "name of the custodian" } } }