workers_bindings

List of bindings attached to this Worker

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-bindings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/workers_bindings",
  "title": "workers_bindings",
  "description": "List of bindings attached to this Worker",
  "items": {
    "$ref": "#/components/schemas/workers_binding"
  },
  "type": "array"
}