Amazon Mechanical Turk · JSON Structure

Amazon Mechanical Turk Event Type Structure

EventType schema from Amazon Mechanical Turk API

Type: string Properties: 0
CrowdsourcingHuman IntelligenceLaborMachine LearningTasks

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

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-event-type-structure.json",
  "name": "EventType",
  "description": "EventType schema from Amazon Mechanical Turk API",
  "type": "string",
  "enum": [
    "AssignmentAccepted",
    "AssignmentAbandoned",
    "AssignmentReturned",
    "AssignmentSubmitted",
    "AssignmentRejected",
    "AssignmentApproved",
    "HITCreated",
    "HITExpired",
    "HITReviewable",
    "HITExtended",
    "HITDisposed",
    "Ping"
  ]
}