CreateHITWithHITTypeResponse

CreateHITWithHITTypeResponse schema from Amazon Mechanical Turk API

CrowdsourcingHuman IntelligenceLaborMachine LearningTasks

Properties

Name Type Description
HIT object
View JSON Schema on GitHub

JSON Schema

amazon-mechanical-turk-create-hit-with-hit-type-response-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-create-hit-with-hit-type-response-schema.json",
  "title": "CreateHITWithHITTypeResponse",
  "description": "CreateHITWithHITTypeResponse schema from Amazon Mechanical Turk API",
  "type": "object",
  "properties": {
    "HIT": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HIT"
        },
        {
          "description": " Contains the newly created HIT data. For a description of the HIT data structure as it appears in responses, see the HIT Data Structure documentation. "
        }
      ]
    }
  }
}