Benchling · Schema

AutomationInputGeneratorUpdate

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

Properties

Name Type Description
fileId string The ID of the file (blob) associated with the input generator. Set to `null` to remove an existing file from the generator.
View JSON Schema on GitHub

JSON Schema

AutomationInputGeneratorUpdate.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/AutomationInputGeneratorUpdate.json",
  "title": "AutomationInputGeneratorUpdate",
  "additionalProperties": false,
  "properties": {
    "fileId": {
      "description": "The ID of the file (blob) associated with the input generator. Set to `null` to remove an existing file from the generator.",
      "example": null,
      "nullable": true,
      "type": "string"
    }
  },
  "type": "object"
}