Benchling · Schema

Registry

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

Properties

Name Type Description
id string
modifiedAt string DateTime the Registry was last modified
name string
owner object
View JSON Schema on GitHub

JSON Schema

Registry.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/Registry.json",
  "title": "Registry",
  "properties": {
    "id": {
      "type": "string"
    },
    "modifiedAt": {
      "description": "DateTime the Registry was last modified",
      "example": "2017-04-18T05:55:48.685345+00:00",
      "format": "date-time",
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "owner": {
      "$ref": "#/components/schemas/Organization"
    }
  },
  "type": "object"
}