GetHITRequest

GetHITRequest schema from Amazon Mechanical Turk API

CrowdsourcingHuman IntelligenceLaborMachine LearningTasks

Properties

Name Type Description
HITId object
View JSON Schema on GitHub

JSON Schema

amazon-mechanical-turk-get-hit-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mechanical-turk/refs/heads/main/json-schema/amazon-mechanical-turk-get-hit-request-schema.json",
  "title": "GetHITRequest",
  "description": "GetHITRequest schema from Amazon Mechanical Turk API",
  "type": "object",
  "properties": {
    "HITId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EntityId"
        },
        {
          "description": "The ID of the HIT to be retrieved."
        }
      ]
    }
  },
  "required": [
    "HITId"
  ]
}