{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PathStatistics", "type": "object", "properties": { "name": { "type": "string" }, "bytesProcessed": { "type": "integer" }, "messagesProcessed": { "type": "integer" }, "lag": { "type": "string" } } }