{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/AssayRunUpdate.json", "title": "AssayRunUpdate", "additionalProperties": false, "properties": { "equipmentId": { "description": "The equipment that the assay run should be associated with. This attribute is only supported if the equipment feature is enabled for the tenant; otherwise, supplying it leads to a 400 request error", "nullable": true, "type": "string" }, "fields": { "$ref": "#/components/schemas/Fields" } }, "type": "object" }