{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mechanical-turk/refs/heads/main/json-structure/amazon-mechanical-turk-update-hit-review-status-request-structure.json", "name": "UpdateHITReviewStatusRequest", "description": "UpdateHITReviewStatusRequest schema from Amazon Mechanical Turk API", "type": "object", "properties": { "HITId": { "allOf": [ { "$ref": "#/components/schemas/EntityId" }, { "description": " The ID of the HIT to update. " } ] }, "Revert": { "allOf": [ { "$ref": "#/components/schemas/Boolean" }, { "description": "

Specifies how to update the HIT status. Default is False.

" } ] } }, "required": [ "HITId" ] }