GetAssignmentResponse

GetAssignmentResponse schema from Amazon Mechanical Turk API

CrowdsourcingHuman IntelligenceLaborMachine LearningTasks

Properties

Name Type Description
Assignment object
HIT object
View JSON Schema on GitHub

JSON Schema

amazon-mechanical-turk-get-assignment-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-get-assignment-response-schema.json",
  "title": "GetAssignmentResponse",
  "description": "GetAssignmentResponse schema from Amazon Mechanical Turk API",
  "type": "object",
  "properties": {
    "Assignment": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Assignment"
        },
        {
          "description": " The assignment. The response includes one Assignment element. "
        }
      ]
    },
    "HIT": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HIT"
        },
        {
          "description": " The HIT associated with this assignment. The response includes one HIT element."
        }
      ]
    }
  }
}