Sha256: e9fe453dce8dc8f6213c4ff751cd68e90f2bffea97445fb4034daaeec81a8a1f
Contents?: true
Size: 579 Bytes
Versions: 19
Compression:
Stored size: 579 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "array", "items": { "type": "object", "properties": { "flowVersionId": { "type": "string" }, "time": { "type": "string", "format": "date-time" }, "pathsFailed": { "type": "number" }, "pathsCompleted": { "type": "number" }, "runCount": { "type": "number" }, "wallTime": { "type": "number" }, "errors": { "type": "array", "items": {} } } } }
Version data entries
19 entries across 19 versions & 1 rubygems