Sha256: 4f5ea639812e8673683db7bf0301b737cbc239badecd74c9bf51990bc31f0223
Contents?: true
Size: 483 Bytes
Versions: 19
Compression:
Stored size: 483 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, "required": [ "slug" ] }
Version data entries
19 entries across 19 versions & 1 rubygems