{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-rest-itemcustodianresponse.json", "title": "ItemCustodianResponse", "description": "Schema for ItemCustodianResponse in Nuix REST API", "type": "object", "properties": { "itemGuid": { "type": "string", "description": "The guid of the item." }, "itemCustodian": { "type": "string", "description": "Custodian for this item" } } }