{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-rest-itemsetnamechangerequest.json", "title": "ItemSetNameChangeRequest", "description": "Schema for ItemSetNameChangeRequest in Nuix REST API", "type": "object", "properties": { "newName": { "type": "string", "description": "New name for the Item Set" } }, "required": [ "newName" ] }