{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RateLimitMeta", "type": "object", "properties": { "disabled": { "type": "boolean" }, "method": { "type": "string" }, "path": { "type": "string" }, "per": { "type": "number" }, "rate": { "type": "number" } } }