Sha256: 9b4eeb09f84afc058efc8edf8d7831e24c0cfba2f66c85c52c40d74b6762a1e1

Contents?: true

Size: 874 Bytes

Versions: 12

Compression:

Stored size: 874 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "format": "date-time"
      },
      "errorCount": {
        "type": "number"
      },
      "pathsCompleted": {
        "type": "number"
      },
      "totalCount": {
        "type": "number"
      },
      "totalTime": {
        "type": "number"
      },
      "wallTime": {
        "type": "number"
      },
      "nodes": {
        "type": "object",
        "additionalProperties": {
          "type": "object",
          "properties": {
            "time": {
              "type": "number"
            },
            "count": {
              "type": "number"
            }
          }
        }
      },
      "errors": {
        "type": "array",
        "items": {}
      }
    }
  }
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
losant_rest-1.1.2 schemas/flowLog.json
losant_rest-1.1.1 schemas/flowLog.json
losant_rest-1.1.0 schemas/flowLog.json
losant_rest-1.0.8 schemas/flowLog.json
losant_rest-1.0.7 schemas/flowLog.json
losant_rest-1.0.6 schemas/flowLog.json
losant_rest-1.0.5 schemas/flowLog.json
losant_rest-1.0.4 schemas/flowLog.json
losant_rest-1.0.3 schemas/flowLog.json
losant_rest-1.0.2 schemas/flowLog.json
losant_rest-1.0.1 schemas/flowLog.json
losant_rest-1.0.0 schemas/flowLog.json