Benchling · Schema

EntrySchema

Entry schema

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

Properties

Name Type Description
id string ID of the entry schema
modifiedAt string DateTime the Entry Schema was last modified
name string Name of the entry schema
View JSON Schema on GitHub

JSON Schema

EntrySchema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/EntrySchema.json",
  "title": "EntrySchema",
  "description": "Entry schema",
  "properties": {
    "id": {
      "description": "ID of the entry schema",
      "type": "string"
    },
    "modifiedAt": {
      "description": "DateTime the Entry Schema was last modified",
      "example": "2017-04-18T05:55:48.685345+00:00",
      "format": "date-time",
      "type": "string"
    },
    "name": {
      "description": "Name of the entry schema",
      "type": "string"
    }
  },
  "type": "object"
}