Benchling · Schema

LabelTemplate

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

Properties

Name Type Description
id string ID of the label template.
name string Name of the label template.
zplTemplate string The ZPL template that will be filled in and sent to a printer.
View JSON Schema on GitHub

JSON Schema

LabelTemplate.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/LabelTemplate.json",
  "title": "LabelTemplate",
  "properties": {
    "id": {
      "description": "ID of the label template.",
      "type": "string"
    },
    "name": {
      "description": "Name of the label template.",
      "type": "string"
    },
    "zplTemplate": {
      "description": "The ZPL template that will be filled in and sent to a printer.",
      "type": "string"
    }
  },
  "type": "object"
}