NGINX · JSON Structure

Njs Shared Dict Structure

A shared dictionary zone that can be used to share data between worker processes.

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

SharedDict 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": "SharedDict",
  "description": "A shared dictionary zone that can be used to share data between worker processes.",
  "type": "object",
  "members": {
    "name": {
      "description": "Name of the shared dictionary zone.",
      "type": "string",
      "readOnly": true,
      "example": "my_shared_zone"
    },
    "type": {
      "description": "Type of the shared dictionary (string or number).",
      "type": "string",
      "readOnly": true,
      "example": "string"
    }
  }
}