Sha256: f1e4910dd1db4a66c7bff82903092a8d91426169acdacc7eb3539a5a3c27e2b3
Contents?: true
Size: 483 Bytes
Versions: 4
Compression:
Stored size: 483 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/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
4 entries across 4 versions & 1 rubygems