Apache OpenWhisk · JSON Structure

Apache Openwhisk Trigger Request Structure

TriggerRequest schema from Apache OpenWhisk

Type: object Properties: 2
Cloud NativeEvent-DrivenFaaSServerlessApacheOpen SourceFunctions

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

Properties

annotations parameters

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-trigger-request-structure.json",
  "description": "TriggerRequest schema from Apache OpenWhisk",
  "type": "object",
  "properties": {
    "annotations": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/KeyValue"
      }
    },
    "parameters": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/KeyValue"
      }
    }
  },
  "name": "TriggerRequest"
}