{ "$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-file-upload-url-response-schema.json", "title": "GetFileUploadURLResponse", "description": "GetFileUploadURLResponse schema from Amazon Mechanical Turk API", "type": "object", "properties": { "FileUploadURL": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": " A temporary URL for the file that the Worker uploaded for the answer. " } ] } } }