Apache OpenWhisk · JSON Structure

Apache Openwhisk Namespace Entities Structure

NamespaceEntities schema from Apache OpenWhisk

Type: object Properties: 3
Cloud NativeEvent-DrivenFaaSServerlessApacheOpen SourceFunctions

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

Properties

actions triggers rules

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-namespace-entities-structure.json",
  "description": "NamespaceEntities schema from Apache OpenWhisk",
  "type": "object",
  "properties": {
    "actions": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/EntityRef"
      }
    },
    "triggers": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/EntityRef"
      }
    },
    "rules": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/EntityRef"
      }
    }
  },
  "name": "NamespaceEntities"
}