Amazon Mechanical Turk · Schema
ReviewResultDetail
This data structure is returned multiple times for each result specified in the Review Policy.
CrowdsourcingHuman IntelligenceLaborMachine-LearningTask
Properties
| Name | Type | Description |
|---|---|---|
| ActionId | object | |
| SubjectId | object | |
| SubjectType | object | |
| QuestionId | object | |
| Key | object | |
| Value | object |
JSON Schema
{
"$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-review-result-detail-schema.json",
"title": "ReviewResultDetail",
"description": " This data structure is returned multiple times for each result specified in the Review Policy. ",
"type": "object",
"properties": {
"ActionId": {
"allOf": [
{
"$ref": "#/components/schemas/EntityId"
},
{
"description": " A unique identifier of the Review action result. "
}
]
},
"SubjectId": {
"allOf": [
{
"$ref": "#/components/schemas/EntityId"
},
{
"description": "The HITID or AssignmentId about which this result was taken. Note that HIT-level Review Policies will often emit results about both the HIT itself and its Assignments, while Assignment-level review policies generally only emit results about the Assignment itself. "
}
]
},
"SubjectType": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": " The type of the object from the SubjectId field."
}
]
},
"QuestionId": {
"allOf": [
{
"$ref": "#/components/schemas/EntityId"
},
{
"description": " Specifies the QuestionId the result is describing. Depending on whether the TargetType is a HIT or Assignment this results could specify multiple values. If TargetType is HIT and QuestionId is absent, then the result describes results of the HIT, including the HIT agreement score. If ObjectType is Assignment and QuestionId is absent, then the result describes the Worker's performance on the HIT. "
}
]
},
"Key": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": " Key identifies the particular piece of reviewed information. "
}
]
},
"Value": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": " The values of Key provided by the review policies you have selected. "
}
]
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-mechanical-turk-review-result-detail"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.