GetQualificationScoreResponse

GetQualificationScoreResponse schema from Amazon Mechanical Turk API

CrowdsourcingHuman IntelligenceLaborMachine LearningTasks

Properties

Name Type Description
Qualification object
View JSON Schema on GitHub

JSON Schema

amazon-mechanical-turk-get-qualification-score-response-schema.json Raw ↑
{
  "$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-get-qualification-score-response-schema.json",
  "title": "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). "
        }
      ]
    }
  }
}