Route PluginsWebsocket content validator inOn this pageWebsocket content validator incp:otoroshi.next.plugins.WebsocketContentValidatorIn Validate the content of each frame categories: Websocket default configuration: { "validator" : { "kind" : "json-path-validator", "path" : "$.message", "value" : "foo", "error" : null }, "reject_strategy" : "drop"}