{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-rest-reviewjobadditemsrequest.json", "title": "ReviewJobAddItemsRequest", "description": "Schema for ReviewJobAddItemsRequest in Nuix REST API", "type": "object", "properties": { "query": { "type": "string", "description": "Query items that should be added to the review job." }, "options": { "$ref": "#/components/schemas/ReviewJobAddItemsOptions" } }, "required": [ "query" ] }