Sha256: f900f3e4e6a0d94f4754edb2d48b344e88a07edcff687901c1da84dcd94663f7

Contents?: true

Size: 391 Bytes

Versions: 19

Compression:

Stored size: 391 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "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
}

Version data entries

19 entries across 19 versions & 1 rubygems

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