workers_dispatch_namespace_name

Name of the Workers for Platforms dispatch namespace.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-dispatch-namespace-name-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/workers_dispatch_namespace_name",
  "title": "workers_dispatch_namespace_name",
  "description": "Name of the Workers for Platforms dispatch namespace.",
  "example": "my-dispatch-namespace",
  "pattern": "^.+$",
  "type": "string"
}