Sha256: c02638ea24c0288eddf643d319bd916cf19479718ed7ef670ce8db35468981fc
Contents?: true
Size: 609 Bytes
Versions: 19
Compression:
Stored size: 609 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "array", "maxItems": 100, "items": { "type": "object", "properties": { "key": { "type": "string", "pattern": "^[0-9a-zA-Z_-]{1,255}$" }, "json": { "type": [ "string", "null" ], "minLength": 1, "maxLength": 32767 }, "cloudOnly": { "type": "boolean" }, "description": { "type": "string", "maxLength": 1024 } }, "additionalProperties": false, "required": [ "key" ] } }
Version data entries
19 entries across 19 versions & 1 rubygems