GetAssignmentRequest

GetAssignmentRequest schema from Amazon Mechanical Turk API

CrowdsourcingHuman IntelligenceLaborMachine LearningTasks

Properties

Name Type Description
AssignmentId object
View JSON Schema on GitHub

JSON Schema

amazon-mechanical-turk-get-assignment-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-assignment-request-schema.json",
  "title": "GetAssignmentRequest",
  "description": "GetAssignmentRequest schema from Amazon Mechanical Turk API",
  "type": "object",
  "properties": {
    "AssignmentId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EntityId"
        },
        {
          "description": "The ID of the Assignment to be retrieved."
        }
      ]
    }
  },
  "required": [
    "AssignmentId"
  ]
}