{ "$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-notify-workers-response-structure.json", "name": "NotifyWorkersResponse", "description": "NotifyWorkersResponse schema from Amazon Mechanical Turk API", "type": "object", "properties": { "NotifyWorkersFailureStatuses": { "allOf": [ { "$ref": "#/components/schemas/NotifyWorkersFailureStatusList" }, { "description": " When MTurk sends notifications to the list of Workers, it returns back any failures it encounters in this list of NotifyWorkersFailureStatus objects. " } ] } } }