{ "$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" }