Apache OpenWhisk · JSON Structure

Apache Openwhisk Activation Summary Structure

ActivationSummary schema from Apache OpenWhisk

Type: object Properties: 5
Cloud NativeEvent-DrivenFaaSServerlessApacheOpen SourceFunctions

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

Properties

activationId name version start end

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-summary-structure.json",
  "description": "ActivationSummary schema from Apache OpenWhisk",
  "type": "object",
  "properties": {
    "activationId": {
      "type": "string",
      "example": "44794bd6aab74415b4e42a308d880727"
    },
    "name": {
      "type": "string",
      "example": "hello"
    },
    "version": {
      "type": "string",
      "example": "0.0.1"
    },
    "start": {
      "type": "int32",
      "example": 1718153645993
    },
    "end": {
      "type": "int32",
      "example": 1718153646050
    }
  },
  "name": "ActivationSummary"
}