{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CachePlugin", "type": "object", "properties": { "cacheByRegex": { "type": "string" }, "cacheResponseCodes": { "type": "array" }, "enabled": { "type": "boolean" }, "timeout": { "type": "integer" } } }