{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://velox.dev/schema/methods/limiter.get.schema.json", "title": "limiter.get", "description": "Current global speed limit. Privileged: changing or reading the limiter belongs to the GUI and CLI; the extension shows throughput from event.speed.global instead.", "x-privileged": true, "x-transports": [ "uds" ], "x-deadlineMs": 2000, "x-errors": [ -32003 ], "type": "object", "properties": { "params": { "type": "object", "additionalProperties": false, "properties": {} }, "result": { "$ref": "https://velox.dev/schema/types/Limiter.schema.json" } } }