NGINX · JSON Structure

Plus Http Api Nginx Stream Keyval Zone Post Patch Structure

Contents of a stream keyval shared memory zone when using the POST or PATCH methods.

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\nwhen using the POST or PATCH methods.\n",
  "type": "object",
  "example": {
    "key1": "value1",
    "key2": "value2",
    "key3": {
      "value": "value3",
      "expire": 30000
    }
  }
}