workers_usage_model

Specifies the usage model for the Worker (e.g. 'bundled' or 'unbound').

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-usage-model-schema.json Raw ↑
{
  "$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"
}