{
"$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-create-hit-response-schema.json",
"title": "CreateHITResponse",
"description": "CreateHITResponse schema from Amazon Mechanical Turk API",
"type": "object",
"properties": {
"HIT": {
"allOf": [
{
"$ref": "#/components/schemas/HIT"
},
{
"description": " Contains the newly created HIT data. For a description of the HIT data structure as it appears in responses, see the HIT Data Structure documentation. "
}
]
}
}
}