Benchling · Schema

NameTemplatePart

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

Properties

Name Type Description
datetimeFormat string
fieldId string
text string
type string
View JSON Schema on GitHub

JSON Schema

NameTemplatePart.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/NameTemplatePart.json",
  "title": "NameTemplatePart",
  "properties": {
    "datetimeFormat": {
      "nullable": true,
      "type": "string"
    },
    "fieldId": {
      "nullable": true,
      "type": "string"
    },
    "text": {
      "nullable": true,
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  },
  "type": "object"
}