Amazon Mechanical Turk · JSON Structure

Amazon Mechanical Turk Update Hit Review Status Request Structure

UpdateHITReviewStatusRequest schema from Amazon Mechanical Turk API

Type: object Properties: 2 Required: 1
CrowdsourcingHuman IntelligenceLaborMachine LearningTasks

UpdateHITReviewStatusRequest is a JSON Structure definition published by Amazon Mechanical Turk, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

HITId Revert

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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": "<p> Specifies how to update the HIT status. Default is <code>False</code>. </p> <ul> <li> <p> Setting this to false will only transition a HIT from <code>Reviewable</code> to <code>Reviewing</code> </p> </li> <li> <p> Setting this to true will only transition a HIT from <code>Reviewing</code> to <code>Reviewable</code> </p> </li> </ul>"
        }
      ]
    }
  },
  "required": [
    "HITId"
  ]
}