Benchling · Schema

Enzyme

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

Properties

Name Type Description
cutsites array
id string
isoschizomers array
name string
offsets array
restrictionSite string
View JSON Schema on GitHub

JSON Schema

Enzyme.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/Enzyme.json",
  "title": "Enzyme",
  "additionalProperties": false,
  "properties": {
    "cutsites": {
      "items": {
        "type": "integer"
      },
      "maxItems": 2,
      "minItems": 1,
      "type": "array"
    },
    "id": {
      "example": "enz_6ZVdX98t",
      "type": "string"
    },
    "isoschizomers": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "name": {
      "type": "string"
    },
    "offsets": {
      "items": {
        "type": "integer"
      },
      "maxItems": 2,
      "minItems": 1,
      "type": "array"
    },
    "restrictionSite": {
      "type": "string"
    }
  },
  "type": "object"
}