Sha256: 53e5a8e49b1fb6df01606998b91a006f711fb14562df4eee765bd18306f11fb1
Contents?: true
Size: 1.05 KB
Versions: 19
Compression:
Stored size: 1.05 KB
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "flowVersion": { "type": "string", "minLength": 1, "maxLength": 255 }, "flowVersionId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "deviceId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "start": { "type": "string", "format": "date-time" }, "end": { "type": "string", "format": "date-time" }, "resolution": { "type": "number" }, "metrics": { "type": "array", "items": { "type": "object", "properties": { "time": { "type": "string", "format": "date-time" }, "pathsFailed": { "type": "number" }, "pathsCompleted": { "type": "number" }, "runCount": { "type": "number" }, "wallTime": { "type": "number" } } } } } }
Version data entries
19 entries across 19 versions & 1 rubygems