Benchling · Schema

FeatureLibraryBase

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

Properties

Name Type Description
description string The description for the feature library
name string The name of the feature library
View JSON Schema on GitHub

JSON Schema

FeatureLibraryBase.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/FeatureLibraryBase.json",
  "title": "FeatureLibraryBase",
  "properties": {
    "description": {
      "description": "The description for the feature library",
      "type": "string"
    },
    "name": {
      "description": "The name of the feature library",
      "type": "string"
    }
  },
  "type": "object"
}