Specifies the usage model for the Worker (e.g. 'bundled' or 'unbound').
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/workers_usage_model", "title": "workers_usage_model", "description": "Specifies the usage model for the Worker (e.g. 'bundled' or 'unbound').", "example": "unbound", "pattern": "^(bundled|unbound)$", "type": "string" }