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