Websocket json format validator
cp:otoroshi.next.plugins.WebsocketJsonFormatValidator
Validate the json
categories:
- Websocket
default configuration:
{
"schema" : "{ \"type\": \"object\", \"required\": [\"name\"] }",
"specification" : "https://json-schema.org/draft/2020-12/schema",
"reject_strategy" : "drop"
}