Sha256: 6ea398426848ce4f5a14401c394aae53c3714d9d3dd35bcf92613e4c2a650001

Contents?: true

Size: 614 Bytes

Versions: 15

Compression:

Stored size: 614 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "applicationId": {
      "type": "string",
      "pattern": "^[A-Fa-f\\d]{24}$"
    },
    "deviceId": {
      "type": "string",
      "pattern": "^[A-Fa-f\\d]{24}$"
    },
    "deviceClass": {
      "type": "string",
      "enum": [
        "standalone",
        "gateway",
        "peripheral",
        "floating",
        "edgeCompute"
      ]
    },
    "token": {
      "type": "string",
      "minLength": 1
    }
  },
  "required": [
    "applicationId",
    "deviceId",
    "deviceClass",
    "token"
  ]
}

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
losant_rest-1.8.7 schemas/authedDevice.json
losant_rest-1.8.6 schemas/authedDevice.json
losant_rest-1.8.5 schemas/authedDevice.json
losant_rest-1.8.4 schemas/authedDevice.json
losant_rest-1.8.3 schemas/authedDevice.json
losant_rest-1.8.2 schemas/authedDevice.json
losant_rest-1.8.1 schemas/authedDevice.json
losant_rest-1.8.0 schemas/authedDevice.json
losant_rest-1.7.2 schemas/authedDevice.json
losant_rest-1.7.1 schemas/authedDevice.json
losant_rest-1.7.0 schemas/authedDevice.json
losant_rest-1.6.0 schemas/authedDevice.json
losant_rest-1.5.2 schemas/authedDevice.json
losant_rest-1.5.1 schemas/authedDevice.json
losant_rest-1.5.0 schemas/authedDevice.json