Amazon Mechanical Turk · JSON Structure

Amazon Mechanical Turk Get Qualification Score Response Structure

GetQualificationScoreResponse schema from Amazon Mechanical Turk API

Type: object Properties: 1
CrowdsourcingHuman IntelligenceLaborMachine LearningTasks

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

Properties

Qualification

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-get-qualification-score-response-structure.json",
  "name": "GetQualificationScoreResponse",
  "description": "GetQualificationScoreResponse schema from Amazon Mechanical Turk API",
  "type": "object",
  "properties": {
    "Qualification": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Qualification"
        },
        {
          "description": " The Qualification data structure of the Qualification assigned to a user, including the Qualification type and the value (score). "
        }
      ]
    }
  }
}