Sha256: b09340691dede750a65bef6d16ffc7116b00c7c5e6b63fcc3ee7680703fcfa6e
Contents?: true
Size: 1.12 KB
Versions: 46
Compression:
Stored size: 1.12 KB
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "_elements" ], "properties": { "_attributes": { "type": "object" }, "_elements": { "oneof": [ { "type": "array", "items": { "type": "object", "required": [ "name", "version", "release" ], "properties": { "name": { "type": "string", "minLength": 1 }, "version": { "type": "string", "minLength": 1 }, "release": { "type": "string", "minLength": 1 } } } }, { "type": "array", "items": { "type": "object", "required": [ "name" ], "properties": { "name": { "type": "string", "minLength": 1 } } } } ] } } }
Version data entries
46 entries across 13 versions & 1 rubygems