* `0` - Disabled * `1` - Stateless * `2` - Stateful
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CookielessServerHashModeEnum", "title": "CookielessServerHashModeEnum", "enum": [ 0, 1, 2 ], "type": "integer", "description": "* `0` - Disabled\n* `1` - Stateless\n* `2` - Stateful" }