Sha256: 70507a37016cf5a63c5d47c17c8e0d307ba7bcd94585fe0c9640653514a09c41

Contents?: true

Size: 815 Bytes

Versions: 51

Compression:

Stored size: 815 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "attribute": {
      "type": "string",
      "pattern": "^[0-9a-zA-Z_-]{1,255}$"
    },
    "deviceTags": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "key": {
            "type": "string",
            "pattern": "^[0-9a-zA-Z_-]{1,255}$"
          },
          "value": {
            "type": "string",
            "minLength": 1,
            "maxLength": 255
          }
        },
        "additionalProperties": false
      },
      "maxItems": 100
    },
    "deviceIds": {
      "type": "array",
      "items": {
        "type": "string",
        "pattern": "^[A-Fa-f\\d]{24}$"
      },
      "maxItems": 1000
    }
  },
  "additionalProperties": false
}

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
losant_rest-1.16.5 schemas/lastValueQuery.json
losant_rest-1.16.3 schemas/lastValueQuery.json
losant_rest-1.16.2 schemas/lastValueQuery.json
losant_rest-1.16.1 schemas/lastValueQuery.json
losant_rest-1.16.0 schemas/lastValueQuery.json
losant_rest-1.15.2 schemas/lastValueQuery.json
losant_rest-1.15.1 schemas/lastValueQuery.json
losant_rest-1.15.0 schemas/lastValueQuery.json
losant_rest-1.14.1 schemas/lastValueQuery.json
losant_rest-1.14.0 schemas/lastValueQuery.json
losant_rest-1.13.1 schemas/lastValueQuery.json
losant_rest-1.13.0 schemas/lastValueQuery.json
losant_rest-1.12.0 schemas/lastValueQuery.json
losant_rest-1.11.1 schemas/lastValueQuery.json
losant_rest-1.11.0 schemas/lastValueQuery.json
losant_rest-1.10.4 schemas/lastValueQuery.json
losant_rest-1.10.3 schemas/lastValueQuery.json
losant_rest-1.10.2 schemas/lastValueQuery.json
losant_rest-1.10.1 schemas/lastValueQuery.json
losant_rest-1.10.0 schemas/lastValueQuery.json