{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "updated": { "type": "number" }, "failed": { "type": "number" }, "skipped": { "type": "number" }, "logLink": { "type": "string" } } }