workers_secret_name

A JavaScript variable name for the secret binding.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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