NGINX · Schema

Stream Keyval Shared Memory Zone

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

API GatewayCachingCloud NativeLoad BalancerOpen SourceReverse ProxyWeb Server
View JSON Schema on GitHub

JSON Schema

plus-http-api-nginx-stream-keyval-zone-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/nginx/refs/heads/main/json-schema/plus-http-api-nginx-stream-keyval-zone-schema.json",
  "title": "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"
  }
}