{ "$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-notify-workers-failure-code-schema.json", "title": "NotifyWorkersFailureCode", "description": "NotifyWorkersFailureCode schema from Amazon Mechanical Turk API", "type": "string", "enum": [ "SoftFailure", "HardFailure" ] }