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.
{
"$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"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.