Amazon Mechanical Turk · JSON Structure

Amazon Mechanical Turk Create Hit Type Response Structure

CreateHITTypeResponse schema from Amazon Mechanical Turk API

Type: object Properties: 1
CrowdsourcingHuman IntelligenceLaborMachine LearningTasks

CreateHITTypeResponse is a JSON Structure definition published by Amazon Mechanical Turk, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

HITTypeId

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-create-hit-type-response-structure.json",
  "name": "CreateHITTypeResponse",
  "description": "CreateHITTypeResponse schema from Amazon Mechanical Turk API",
  "type": "object",
  "properties": {
    "HITTypeId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EntityId"
        },
        {
          "description": " The ID of the newly registered HIT type."
        }
      ]
    }
  }
}