Sha256: a83f69f97aecb81e861a15bd11e7acc588467b60fa9e3533a1b3aaac4e7e7f37
Contents?: true
Size: 300 Bytes
Versions: 19
Compression:
Stored size: 300 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "name": { "type": "string", "minLength": 1, "maxLength": 255 }, "description": { "type": "string", "maxLength": 32767 } }, "additionalProperties": false }
Version data entries
19 entries across 19 versions & 1 rubygems