{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "WorkerInput",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name of the Worker."
},
"main_module": {
"type": "string",
"description": "The entry point module for the Worker."
}
}
}