ParameterMapEntry

This data structure is the data type for the AnswerKey parameter of the ScoreMyKnownAnswers/2011-09-01 Review Policy.

CrowdsourcingHuman IntelligenceLaborMachine LearningTasks

Properties

Name Type Description
Key object
Values object
View JSON Schema on GitHub

JSON Schema

amazon-mechanical-turk-parameter-map-entry-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-parameter-map-entry-schema.json",
  "title": "ParameterMapEntry",
  "description": " This data structure is the data type for the AnswerKey parameter of the ScoreMyKnownAnswers/2011-09-01 Review Policy. ",
  "type": "object",
  "properties": {
    "Key": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": " The QuestionID from the HIT that is used to identify which question requires Mechanical Turk to score as part of the ScoreMyKnownAnswers/2011-09-01 Review Policy. "
        }
      ]
    },
    "Values": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StringList"
        },
        {
          "description": " The list of answers to the question specified in the MapEntry Key element. The Worker must match all values in order for the answer to be scored correctly. "
        }
      ]
    }
  }
}