{ "$schema": "https://json-structure.org/meta/core/v0/#", "name": "HTTP Keyval Shared Memory Zone", "description": "Contents of an HTTP keyval shared memory zone\nwhen using the POST or PATCH methods.\n", "type": "object", "example": { "key1": "value1", "key2": "value2", "key3": { "value": "value3", "expire": 30000 } } }