Apache OpenWhisk · JSON Structure

Apache Openwhisk Activation Ref Structure

ActivationRef schema from Apache OpenWhisk

Type: object Properties: 1
Cloud NativeEvent-DrivenFaaSServerlessApacheOpen SourceFunctions

ActivationRef is a JSON Structure definition published by Apache OpenWhisk, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

activationId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-openwhisk/refs/heads/main/json-structure/apache-openwhisk-activation-ref-structure.json",
  "description": "ActivationRef schema from Apache OpenWhisk",
  "type": "object",
  "properties": {
    "activationId": {
      "type": "string",
      "description": "Activation identifier for async invocations",
      "example": "44794bd6aab74415b4e42a308d880727"
    }
  },
  "name": "ActivationRef"
}