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