Sha256: d24db39e2f8284c81235f86067ff38b79c08c5d1878dd10e304fe01e33fca068

Contents?: true

Size: 806 Bytes

Versions: 13

Compression:

Stored size: 806 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"
          },
          "minutes": {
            "type": "integer"
          },
          "completed": {
            "type": "integer"
          },
          "canceled": {
            "type": "integer"
          },
          "errored": {
            "type": "integer"
          },
          "timeout": {
            "type": "integer"
          }
        }
      }
    }
  }
}

Version data entries

13 entries across 13 versions & 1 rubygems

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