{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-snow-family/refs/heads/main/json-schema/amazon-snow-family-get-job-unlock-code-result-schema.json",
"title": "GetJobUnlockCodeResult",
"description": "GetJobUnlockCodeResult schema from Amazon Snow Family API",
"type": "object",
"properties": {
"UnlockCode": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The <code>UnlockCode</code> value for the specified job. The <code>UnlockCode</code> value can be accessed for up to 360 days after the job has been created."
}
]
}
}
}