{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-rest-createreviewjobrequest.json", "title": "CreateReviewJobRequest", "description": "Schema for CreateReviewJobRequest in Nuix REST API", "type": "object", "properties": { "name": { "type": "string", "description": "The name of the review job." }, "options": { "$ref": "#/components/schemas/CreateReviewJobOptions" } }, "required": [ "name" ] }