Benchling · Schema

DataFrameManifest

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

Properties

Name Type Description
manifest array
View JSON Schema on GitHub

JSON Schema

DataFrameManifest.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/DataFrameManifest.json",
  "title": "DataFrameManifest",
  "properties": {
    "manifest": {
      "example": [
        {
          "fileName": "09-14-2022_011620_PM_well_plate-part-00000.csv",
          "url": "https://benchling-location.s3.amazonaws.com/deploys/location/data_frames/.../09-14-2022_011620_PM_well_plate-part-00000.csv?..."
        }
      ],
      "items": {
        "description": "List of files composing a data frane, their names, and their corresponding URLs.",
        "properties": {
          "fileName": {
            "type": "string"
          },
          "url": {
            "nullable": true,
            "type": "string"
          }
        },
        "type": "object"
      },
      "type": "array"
    }
  },
  "type": "object"
}