Sha256: b6187f5559a2fdf0d29e4a3a21a7b8a5849e133f2c195e18eddb13072b76244d
Contents?: true
Size: 425 Bytes
Versions: 20
Compression:
Stored size: 425 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "key": { "type": "string" }, "payload": {}, "meta": {}, "flowVersion": { "type": "string", "minLength": 1, "maxLength": 255 }, "deviceId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" } }, "required": [ "key" ], "additionalProperties": false }
Version data entries
20 entries across 20 versions & 1 rubygems