Sha256: 87e2cfcc9ab10f9a226ba3ef60f9cf3e04ae6894d65a3acf5211088d7df975d0
Contents?: true
Size: 421 Bytes
Versions: 48
Compression:
Stored size: 421 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "flowId": { "type": [ "string", "null" ], "pattern": "^[A-Fa-f\\d]{24}$" }, "deviceId": { "type": [ "string", "null" ], "pattern": "^[A-Fa-f\\d]{24}$" } }, "additionalProperties": false, "required": [ "flowId", "deviceId" ] }
Version data entries
48 entries across 40 versions & 1 rubygems