workers_schemas-script_name

Name of the script.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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