Sha256: 1ea5591eeaa4e48d7a9e57862e7d22259bc182b7cf8926bfd75698034932c2f5

Contents?: true

Size: 935 Bytes

Versions: 21

Compression:

Stored size: 935 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "time": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "type": "number"
        },
        {
          "type": "object",
          "properties": {
            "$date": {
              "type": "string"
            }
          },
          "additionalProperties": false,
          "required": [
            "$date"
          ]
        }
      ]
    },
    "meta": {},
    "data": {
      "type": "object",
      "patternProperties": {
        "^[0-9a-zA-Z_-]{1,255}$": {
          "type": [
            "number",
            "string",
            "boolean"
          ]
        }
      },
      "additionalProperties": false
    },
    "flowVersion": {
      "type": "string",
      "minLength": 1,
      "maxLength": 255
    }
  },
  "required": [
    "data"
  ],
  "additionalProperties": false
}

Version data entries

21 entries across 21 versions & 1 rubygems

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