Sha256: 83b0121c5a3a3c8b3ac422b9aab2d47bd8c6696ccc92f272bc3839bddf0a75ab
Contents?: true
Size: 486 Bytes
Versions: 29
Compression:
Stored size: 486 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "replaceExisting": { "type": "boolean", "default": false }, "createUsers": { "type": "boolean", "default": true }, "createGroups": { "type": "boolean", "default": true }, "slug": { "type": "string", "minLength": 4, "maxLength": 63, "pattern": "^[0-9a-z-]*$" } }, "additionalProperties": false }
Version data entries
29 entries across 29 versions & 1 rubygems