Amazon Mechanical Turk · JSON Structure

Amazon Mechanical Turk Reject Qualification Request Request Structure

RejectQualificationRequestRequest schema from Amazon Mechanical Turk API

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

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

Properties

QualificationRequestId Reason

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-reject-qualification-request-request-structure.json",
  "name": "RejectQualificationRequestRequest",
  "description": "RejectQualificationRequestRequest schema from Amazon Mechanical Turk API",
  "type": "object",
  "properties": {
    "QualificationRequestId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": " The ID of the Qualification request, as returned by the <code>ListQualificationRequests</code> operation. "
        }
      ]
    },
    "Reason": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "A text message explaining why the request was rejected, to be shown to the Worker who made the request."
        }
      ]
    }
  },
  "required": [
    "QualificationRequestId"
  ]
}