Sha256: c8585bccdac3a46f6ec89142932627b4cb2d9fc67ba25627c5bfdcb669011758
Contents?: true
Size: 279 Bytes
Versions: 19
Compression:
Stored size: 279 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "keywords": { "type": "array", "items": { "type": "string", "pattern": "^[0-9a-zA-Z_-]{1,255}$" }, "maxItems": 100 } }, "additionalProperties": false }
Version data entries
19 entries across 19 versions & 1 rubygems