{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-rest-reviewjobadditemsoptions.json", "title": "ReviewJobAddItemsOptions", "description": "Schema for ReviewJobAddItemsOptions in Nuix REST API", "type": "object", "properties": { "user": { "type": "string", "description": "The user to assign the items to." } } }