Sha256: 0933bce648cbbd5b4c3857f54da662feb4b39be24a70a63ffd9e1a39a2e6e32f
Contents?: true
Size: 1.14 KB
Versions: 172
Compression:
Stored size: 1.14 KB
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "type": "object", "required": ["name", "password", "uid", "gid", "comment", "home", "shell"], "properties": { "name": { "type": "string", "minLength": 1 }, "password": { "type": "string" }, "uid": { "type": ["integer", "null"], "minimum": 0 }, "gid": { "type": ["integer", "null"], "minimum": 0 }, "comment": { "type": "string" }, "home": { "type": "string" }, "shell": { "type": "string" }, "encrypted_password": { "type": "string" }, "last_changed_date": { "type": "integer" }, "min_days": { "type": "integer", "minimum": 0 }, "max_days": { "type": "integer", "minimum": 0 }, "warn_days": { "type": "integer", "minimum": 0 }, "disable_days": { "type": "integer", "minimum": 0 }, "disabled_date": { "type": "integer" } } } }
Version data entries
172 entries across 41 versions & 1 rubygems