Sha256: a34f9f01f9630f4ac0b35e6845feb237a4bdbff63d76c7e3e8617f3b760f10fb

Contents?: true

Size: 728 Bytes

Versions: 19

Compression:

Stored size: 728 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "patternProperties": {
    "^[A-Fa-f\\d]{24}$": {
      "type": "object",
      "properties": {
        "time": {
          "type": "string",
          "format": "date-time"
        },
        "data": {
          "type": "object",
          "patternProperties": {
            "^[0-9a-zA-Z_-]{1,255}$": {
              "type": [
                "number",
                "string",
                "boolean"
              ]
            }
          },
          "additionalProperties": false
        }
      },
      "additionalProperties": false,
      "required": [
        "data",
        "time"
      ]
    }
  },
  "additionalProperties": false
}

Version data entries

19 entries across 19 versions & 1 rubygems

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