Sha256: 4e77a3e5d3bfdbb3704c037cd72a4ddf959ad3388e8a3b1b36f33068a9683209

Contents?: true

Size: 668 Bytes

Versions: 19

Compression:

Stored size: 668 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"
          ]
        }
      ]
    },
    "name": {
      "type": "string",
      "minLength": 1,
      "maxLength": 255
    },
    "payload": {}
  },
  "required": [
    "name"
  ],
  "additionalProperties": false
}

Version data entries

19 entries across 19 versions & 1 rubygems

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