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

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