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

Version Path
losant_rest-1.21.0 schemas/flowLog.json
losant_rest-1.20.1 schemas/flowLog.json
losant_rest-1.20.0 schemas/flowLog.json
losant_rest-1.19.9 schemas/flowLog.json
losant_rest-1.19.8 schemas/flowLog.json
losant_rest-1.19.6 schemas/flowLog.json
losant_rest-1.19.4 schemas/flowLog.json
losant_rest-1.19.3 schemas/flowLog.json
losant_rest-1.19.2 schemas/flowLog.json
losant_rest-1.19.1 schemas/flowLog.json
losant_rest-1.19.0 schemas/flowLog.json
losant_rest-1.18.0 schemas/flowLog.json
losant_rest-1.17.5 schemas/flowLog.json
losant_rest-1.17.4 schemas/flowLog.json
losant_rest-1.17.3 schemas/flowLog.json
losant_rest-1.17.2 schemas/flowLog.json
losant_rest-1.17.1 schemas/flowLog.json
losant_rest-1.17.0 schemas/flowLog.json
losant_rest-1.16.6 schemas/flowLog.json