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