{ "$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 UnlockCode value for the specified job. The UnlockCode value can be accessed for up to 360 days after the job has been created." } ] } } }