{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/benchling/json-schema/LabAutomationTransformUpdate.json",
"title": "LabAutomationTransformUpdate",
"additionalProperties": false,
"properties": {
"blobId": {
"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"
},
"errors": {
"items": {
"$ref": "#/components/schemas/LabAutomationBenchlingAppError"
},
"type": "array"
}
},
"type": "object"
}