{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/BaseAssaySchema.json", "title": "BaseAssaySchema", "allOf": [ { "$ref": "#/components/schemas/Schema" }, { "properties": { "derivedFrom": { "deprecated": true, "description": "This feature is no longer supported.", "nullable": true, "type": "string" }, "organization": { "properties": { "handle": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "systemName": { "type": "string" } }, "type": "object" } ] }