Sha256: f284a80171e26a8c75bd133edc356fde64861af1abe2e0e7d23f42d5da51d9e0
Contents?: true
Size: 421 Bytes
Versions: 38
Compression:
Stored size: 421 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/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
38 entries across 19 versions & 1 rubygems