Sha256: 3cde34b61dfba1d70f9a989ec6562fe3a8d1edd733f8e8a6d67103019e5a8fd8
Contents?: true
Size: 513 Bytes
Versions: 38
Compression:
Stored size: 513 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "flowId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "oldVersion": { "type": "string", "minLength": 1, "maxLength": 255 }, "newVersion": { "type": [ "string", "null" ], "minLength": 1, "maxLength": 255 } }, "additionalProperties": false, "required": [ "flowId", "oldVersion", "newVersion" ] }
Version data entries
38 entries across 19 versions & 1 rubygems