{ "$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-notification-specification-schema.json", "title": "NotificationSpecification", "description": "The NotificationSpecification data structure describes a HIT event notification for a HIT type.", "type": "object", "properties": { "Destination": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "
The target for notification messages. The Destination\u2019s format is determined by the specified Transport:
When Transport is Email, the Destination is your email address.
When Transport is SQS, the Destination is your queue URL.
When Transport is SNS, the Destination is the ARN of your topic.