NGINX · JSON Structure

Plus Http Api Nginx Stream Keyval Zone Structure

Contents of a stream keyval shared memory zone when using the GET method.

Type: object Properties: 0
API GatewayCachingCloud NativeLoad BalancerOpen SourceReverse ProxyWeb Server

Stream Keyval Shared Memory Zone is a JSON Structure definition published by NGINX. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "Stream Keyval Shared Memory Zone",
  "description": "Contents of a stream keyval shared memory zone when using the GET method.\n",
  "type": "object",
  "example": {
    "key1": "value1",
    "key2": "value2",
    "key3": "value3"
  }
}