Apache OpenWhisk · JSON Structure

Apache Openwhisk Key Value Structure

KeyValue schema from Apache OpenWhisk

Type: object Properties: 2
Cloud NativeEvent-DrivenFaaSServerlessApacheOpen SourceFunctions

KeyValue 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

key value

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-key-value-structure.json",
  "description": "KeyValue schema from Apache OpenWhisk",
  "type": "object",
  "properties": {
    "key": {
      "type": "string",
      "description": "Parameter key",
      "example": "name"
    },
    "value": {
      "description": "Parameter value",
      "example": "World"
    }
  },
  "name": "KeyValue"
}