{ "$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-software-updates-result-schema.json", "title": "GetSoftwareUpdatesResult", "description": "GetSoftwareUpdatesResult schema from Amazon Snow Family API", "type": "object", "properties": { "UpdatesURI": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The Amazon S3 presigned URL for the update file associated with the specified JobId value. The software update will be available for 2 days after this request is made. To access an update after the 2 days have passed, you'll have to make another call to GetSoftwareUpdates." } ] } } }