{ "$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-assignment-request-structure.json", "name": "GetAssignmentRequest", "description": "GetAssignmentRequest schema from Amazon Mechanical Turk API", "type": "object", "properties": { "AssignmentId": { "allOf": [ { "$ref": "#/components/schemas/EntityId" }, { "description": "The ID of the Assignment to be retrieved." } ] } }, "required": [ "AssignmentId" ] }