workers_environment

Optional environment if the Worker utilizes one.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-environment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/workers_environment",
  "title": "workers_environment",
  "description": "Optional environment if the Worker utilizes one.",
  "example": "production",
  "type": "string"
}