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