Sha256: 69b76ea38dfef1a6b3de94e34399a4448f0aecb1b226eb2a745d4cf07d63c9aa
Contents?: true
Size: 349 Bytes
Versions: 21
Compression:
Stored size: 349 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "array", "items": { "type": "object", "properties": { "key": { "type": "string", "maxLength": 1024 }, "type": { "type": "string", "maxLength": 1024 } }, "additionalProperties": false }, "maxItems": 100 }
Version data entries
21 entries across 21 versions & 1 rubygems