Benchling · Schema

DataFrameCreateManifest

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

DataFrameCreateManifest.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/DataFrameCreateManifest.json",
  "title": "DataFrameCreateManifest",
  "properties": {
    "manifest": {
      "example": [
        {
          "fileName": "09-14-2022_011620_PM_well_plate-part-00000.csv"
        }
      ],
      "items": {
        "description": "List of files that will be uploaded to a data frame and their names.",
        "properties": {
          "fileName": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "type": "array"
    }
  },
  "type": "object"
}