Amazon Mechanical Turk · JSON Structure

Amazon Mechanical Turk Send Test Event Notification Request Structure

SendTestEventNotificationRequest schema from Amazon Mechanical Turk API

Type: object Properties: 2 Required: 2
CrowdsourcingHuman IntelligenceLaborMachine LearningTasks

SendTestEventNotificationRequest is a JSON Structure definition published by Amazon Mechanical Turk, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Notification TestEventType

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-send-test-event-notification-request-structure.json",
  "name": "SendTestEventNotificationRequest",
  "description": "SendTestEventNotificationRequest schema from Amazon Mechanical Turk API",
  "type": "object",
  "properties": {
    "Notification": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NotificationSpecification"
        },
        {
          "description": " The notification specification to test. This value is identical to the value you would provide to the UpdateNotificationSettings operation when you establish the notification specification for a HIT type. "
        }
      ]
    },
    "TestEventType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EventType"
        },
        {
          "description": " The event to simulate to test the notification specification. This event is included in the test message even if the notification specification does not include the event type. The notification specification does not filter out the test event. "
        }
      ]
    }
  },
  "required": [
    "Notification",
    "TestEventType"
  ]
}