Amazon Mechanical Turk · JSON Structure

Amazon Mechanical Turk Delete Qualification Type Request Structure

DeleteQualificationTypeRequest schema from Amazon Mechanical Turk API

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

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

Properties

QualificationTypeId

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-delete-qualification-type-request-structure.json",
  "name": "DeleteQualificationTypeRequest",
  "description": "DeleteQualificationTypeRequest schema from Amazon Mechanical Turk API",
  "type": "object",
  "properties": {
    "QualificationTypeId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EntityId"
        },
        {
          "description": "The ID of the QualificationType to dispose."
        }
      ]
    }
  },
  "required": [
    "QualificationTypeId"
  ]
}