Benchling · Schema

BlobUrl

Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhooks

Properties

Name Type Description
downloadURL string a pre-signed download url.
expiresAt integer The unix time that the download URL expires at.
View JSON Schema on GitHub

JSON Schema

BlobUrl.json Raw ↑
{
  "$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"
}