Apache OpenWhisk · JSON Structure

Apache Openwhisk Activation Structure

Activation schema from Apache OpenWhisk

Type: object Properties: 11
Cloud-NativeEvent-DrivenFunction-as-a-ServiceServerlessApacheOpen-SourceFunctions

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

Properties

activationId namespace name version subject start end duration response logs annotations

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-structure.json",
  "description": "Activation schema from Apache OpenWhisk",
  "type": "object",
  "properties": {
    "activationId": {
      "type": "string",
      "description": "Unique activation identifier",
      "example": "44794bd6aab74415b4e42a308d880727"
    },
    "namespace": {
      "type": "string",
      "example": "guest"
    },
    "name": {
      "type": "string",
      "description": "Name of invoked action/trigger",
      "example": "hello"
    },
    "version": {
      "type": "string",
      "example": "0.0.1"
    },
    "subject": {
      "type": "string",
      "description": "Subject who invoked the action",
      "example": "guest"
    },
    "start": {
      "type": "int32",
      "description": "Start time epoch ms",
      "example": 1718153645993
    },
    "end": {
      "type": "int32",
      "description": "End time epoch ms",
      "example": 1718153646050
    },
    "duration": {
      "type": "int32",
      "description": "Duration in milliseconds",
      "example": 57
    },
    "response": {
      "$ref": "#/components/schemas/ActivationResponse"
    },
    "logs": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Activation log output"
    },
    "annotations": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/KeyValue"
      }
    }
  },
  "name": "Activation"
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/apache-openwhisk-activation-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.