{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CacheStatistics", "type": "object", "properties": { "processName": { "type": "string" }, "cacheSize": { "type": "integer" }, "cacheUsed": { "type": "integer" }, "cacheHitRatio": { "type": "number" } } }