Benchling · Schema

DataFrame

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

JSON Schema

DataFrame.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/DataFrame.json",
  "title": "DataFrame",
  "allOf": [
    {
      "$ref": "#/components/schemas/FileStatus"
    },
    {
      "$ref": "#/components/schemas/DataFrameManifest"
    },
    {
      "properties": {
        "columns": {
          "example": [
            {
              "displayName": "Well",
              "type": {
                "isList": false,
                "isNullable": false,
                "name": "ObjectLink",
                "target": {
                  "baseTypeName": "DNASequence",
                  "schemaId": "ts_n4l12nf0"
                }
              }
            }
          ],
          "items": {
            "$ref": "#/components/schemas/DataFrameColumnMetadata"
          },
          "type": "array"
        },
        "id": {
          "example": "dset_LlDFupKyErxx",
          "type": "string"
        },
        "name": {
          "description": "The user-facing name for this DataFrame.",
          "example": "09-14-2022 01:16:20 PM well plate",
          "type": "string"
        }
      },
      "type": "object"
    }
  ]
}