workers_binding_name

A JavaScript variable name for the binding.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-binding-name-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/workers_binding_name",
  "title": "workers_binding_name",
  "description": "A JavaScript variable name for the binding.",
  "example": "myBinding",
  "readOnly": true,
  "type": "string"
}