Benchling · Schema

ExportsAsyncTask

Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhooks
View JSON Schema on GitHub

JSON Schema

ExportsAsyncTask.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/ExportsAsyncTask.json",
  "title": "ExportsAsyncTask",
  "allOf": [
    {
      "$ref": "#/components/schemas/AsyncTask"
    },
    {
      "additionalProperties": false,
      "properties": {
        "response": {
          "additionalProperties": false,
          "properties": {
            "downloadURL": {
              "format": "uri",
              "type": "string"
            }
          },
          "type": "object"
        }
      },
      "type": "object"
    }
  ],
  "type": "object"
}