Sha256: 662e06fb401f9970525b23a3d687248e5c12b59fb8cda8dd085bd4f1d3563d6a
Contents?: true
Size: 451 Bytes
Versions: 19
Compression:
Stored size: 451 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "version": { "oneOf": [ { "type": "string", "minLength": 1, "maxLength": 255 }, { "type": "null" } ] }, "slug": { "type": "string", "minLength": 3, "maxLength": 63, "pattern": "^[0-9a-z-]*$" } }, "additionalProperties": false }
Version data entries
19 entries across 19 versions & 1 rubygems