Benchling · Schema

EntityLabels

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

Properties

Name Type Description
entityRegistryId string
id string
name string
View JSON Schema on GitHub

JSON Schema

EntityLabels.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/EntityLabels.json",
  "title": "EntityLabels",
  "properties": {
    "entityRegistryId": {
      "example": "REAG000",
      "nullable": true,
      "type": "string"
    },
    "id": {
      "example": "bfi_12345",
      "type": "string"
    },
    "name": {
      "example": "Deionized Water",
      "type": "string"
    }
  },
  "type": "object"
}