Sha256: 1efd911a589c27814877032e1bdc9eb88dc53d0592a22fb17d3d091503eb11af

Contents?: true

Size: 549 Bytes

Versions: 10

Compression:

Stored size: 549 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "connected": {
        "enum": [
          1,
          0
        ]
      },
      "time": {
        "type": "string",
        "format": "date-time"
      },
      "disconnectReason": {
        "type": "string"
      },
      "messagesFromClient": {
        "type": "number"
      },
      "messagesToClient": {
        "type": "number"
      },
      "ipAddress": {
        "type": "string"
      }
    }
  }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
losant_rest-1.21.0 schemas/deviceLog.json
losant_rest-1.20.1 schemas/deviceLog.json
losant_rest-1.20.0 schemas/deviceLog.json
losant_rest-1.19.9 schemas/deviceLog.json
losant_rest-1.19.8 schemas/deviceLog.json
losant_rest-1.19.6 schemas/deviceLog.json
losant_rest-1.19.4 schemas/deviceLog.json
losant_rest-1.19.3 schemas/deviceLog.json
losant_rest-1.19.2 schemas/deviceLog.json
losant_rest-1.19.1 schemas/deviceLog.json