Sha256: e05ab41cc01af71cd57a5a7f9849fec6cd89e13ab4c206cfe01e651167fb23d4

Contents?: true

Size: 669 Bytes

Versions: 15

Compression:

Stored size: 669 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "start": {
      "type": "string",
      "format": "date-time"
    },
    "end": {
      "type": "string",
      "format": "date-time"
    },
    "counts": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "date": {
            "type": "string",
            "format": "date-time"
          },
          "created": {
            "type": "integer"
          },
          "deleted": {
            "type": "integer"
          },
          "total": {
            "type": "integer"
          }
        }
      }
    }
  }
}

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
losant_rest-1.21.2 schemas/deviceCounts.json
losant_rest-1.21.1 schemas/deviceCounts.json
losant_rest-1.21.0 schemas/deviceCounts.json
losant_rest-1.20.1 schemas/deviceCounts.json
losant_rest-1.20.0 schemas/deviceCounts.json
losant_rest-1.19.9 schemas/deviceCounts.json
losant_rest-1.19.8 schemas/deviceCounts.json
losant_rest-1.19.6 schemas/deviceCounts.json
losant_rest-1.19.4 schemas/deviceCounts.json
losant_rest-1.19.3 schemas/deviceCounts.json
losant_rest-1.19.2 schemas/deviceCounts.json
losant_rest-1.19.1 schemas/deviceCounts.json
losant_rest-1.19.0 schemas/deviceCounts.json
losant_rest-1.18.0 schemas/deviceCounts.json
losant_rest-1.17.5 schemas/deviceCounts.json