{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-rest-nuixreviewjobitem.json", "title": "NuixReviewJobItem", "description": "Schema for NuixReviewJobItem in Nuix REST API", "type": "object", "properties": { "completionDateTime": { "type": "integer", "description": "Returns the date the review item was completed.", "format": "int64" }, "item": { "type": "object", "additionalProperties": { "type": "object" }, "description": "Returns the item" } } }