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