workers_script_name

Name of the script, used in URLs and route configuration.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-script-name-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/workers_script_name",
  "title": "workers_script_name",
  "description": "Name of the script, used in URLs and route configuration.",
  "example": "this-is_my_script-01",
  "pattern": "^[a-z0-9_][a-z0-9-_]*$",
  "type": "string"
}