workers_binding

A binding to allow the Worker to communicate with resources

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-binding-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/workers_binding",
  "title": "workers_binding",
  "description": "A binding to allow the Worker to communicate with resources",
  "oneOf": [
    {
      "$ref": "#/components/schemas/workers_kv_namespace_binding"
    },
    {
      "$ref": "#/components/schemas/workers_service_binding"
    },
    {
      "$ref": "#/components/schemas/workers_do_binding"
    },
    {
      "$ref": "#/components/schemas/workers_r2_binding"
    },
    {
      "$ref": "#/components/schemas/workers_queue_binding"
    },
    {
      "$ref": "#/components/schemas/workers_d1_binding"
    },
    {
      "$ref": "#/components/schemas/workers_dispatch_namespace_binding"
    },
    {
      "$ref": "#/components/schemas/workers_mtls_cert_binding"
    }
  ],
  "type": "object"
}