Apache OpenWhisk · Schema

ActivationRef

ActivationRef schema from Apache OpenWhisk

Cloud NativeEvent-DrivenFaaSServerlessApacheOpen SourceFunctions

Properties

Name Type Description
activationId string Activation identifier for async invocations
View JSON Schema on GitHub

JSON Schema

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