Name of the script.
{ "$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" }