{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/BlobUrl.json", "title": "BlobUrl", "properties": { "downloadURL": { "description": "a pre-signed download url.", "format": "uri", "type": "string" }, "expiresAt": { "description": "The unix time that the download URL expires at.", "type": "integer" } }, "type": "object" }