Benchling · Schema

EntryTemplateUpdate

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

Properties

Name Type Description
fields object
modifiedAt string DateTime the template was last modified
name string Title of the template
schemaId string ID of the schema for the entry
templateCollectionId string ID of the collection that contains the template
View JSON Schema on GitHub

JSON Schema

EntryTemplateUpdate.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/EntryTemplateUpdate.json",
  "title": "EntryTemplateUpdate",
  "additionalProperties": false,
  "properties": {
    "fields": {
      "$ref": "#/components/schemas/Fields"
    },
    "modifiedAt": {
      "description": "DateTime the template was last modified",
      "type": "string"
    },
    "name": {
      "description": "Title of the template",
      "type": "string"
    },
    "schemaId": {
      "description": "ID of the schema for the entry",
      "type": "string"
    },
    "templateCollectionId": {
      "description": "ID of the collection that contains the template",
      "type": "string"
    }
  },
  "type": "object"
}