Sha256: 58f6137deec7b9b3ab5bf32db08102132d94bf21339c11d81efa91757571e3b6
Contents?: true
Size: 515 Bytes
Versions: 19
Compression:
Stored size: 515 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/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}$" }, "deploymentId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" } }, "required": [ "key" ], "additionalProperties": false }
Version data entries
19 entries across 19 versions & 1 rubygems