Benchling · Schema

AutomationOutputProcessorUpdate

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

Properties

Name Type Description
fileId string The ID of a blob link or the API ID of a file to process.
View JSON Schema on GitHub

JSON Schema

AutomationOutputProcessorUpdate.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/AutomationOutputProcessorUpdate.json",
  "title": "AutomationOutputProcessorUpdate",
  "additionalProperties": false,
  "properties": {
    "fileId": {
      "description": "The ID of a blob link or the API ID of a file to process.",
      "example": "cd624536-c6ba-41b9-b802-9461689e2ea3 or file_65Cevxgm",
      "type": "string"
    }
  },
  "required": [
    "fileId"
  ],
  "type": "object"
}