Amazon Mechanical Turk · JSON Structure

Amazon Mechanical Turk List Qualification Types Request Structure

ListQualificationTypesRequest schema from Amazon Mechanical Turk API

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

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

Properties

Query MustBeRequestable MustBeOwnedByCaller NextToken MaxResults

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-list-qualification-types-request-structure.json",
  "name": "ListQualificationTypesRequest",
  "description": "ListQualificationTypesRequest schema from Amazon Mechanical Turk API",
  "type": "object",
  "properties": {
    "Query": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": " A text query against all of the searchable attributes of Qualification types. "
        }
      ]
    },
    "MustBeRequestable": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Boolean"
        },
        {
          "description": "Specifies that only Qualification types that a user can request through the Amazon Mechanical Turk web site, such as by taking a Qualification test, are returned as results of the search. Some Qualification types, such as those assigned automatically by the system, cannot be requested directly by users. If false, all Qualification types, including those managed by the system, are considered. Valid values are True | False. "
        }
      ]
    },
    "MustBeOwnedByCaller": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Boolean"
        },
        {
          "description": " Specifies that only Qualification types that the Requester created are returned. If false, the operation returns all Qualification types. "
        }
      ]
    },
    "NextToken": {
      "$ref": "#/components/schemas/PaginationToken"
    },
    "MaxResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResultSize"
        },
        {
          "description": " The maximum number of results to return in a single call. "
        }
      ]
    }
  },
  "required": [
    "MustBeRequestable"
  ]
}