{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/workers_limits",
"title": "workers_limits",
"description": "Limits to apply for this Worker.",
"properties": {
"cpu_ms": {
"description": "The amount of CPU time this Worker can use in milliseconds.",
"example": 50,
"type": "integer"
}
},
"type": "object"
}