0.0.6 • Published 9 years ago
sno-person v0.0.6
SnoPerson
A SnoPerson is someone who has helped the project progress. In simple terms this means people who make git commits.
This SnoPerson snobject will represent a single person, as they're recorded for the group. The standard AUTHORS file has name, email, and url, so SnoPerson supports all three.
Properties
| Type | Description | Required | |
|---|---|---|---|
| version | Snobject.version | No | |
| license | Snobject.license | No | |
| getSchema | Snobject.getSchema | :white_check_mark: Yes | |
| addSchema | Snobject.addSchema | :white_check_mark: Yes | |
| validate | Snobject.validate | :white_check_mark: Yes | |
| getDisplay | Snobject.SnoPerson.getDisplay | :white_check_mark: Yes | |
| add | Snobject.SnoPerson.add | :white_check_mark: Yes | |
| list | Snobject.SnoPerson.list | :white_check_mark: Yes | |
| get | Snobject.SnoPerson.get | :white_check_mark: Yes | |
| set | Snobject.SnoPerson.set | :white_check_mark: Yes | |
| del | Snobject.SnoPerson.del | :white_check_mark: Yes | 
Additional properties are allowed.
SnoPerson.version
- Type: Snobject.version
- Required: No
SnoPerson.license
- Type: Snobject.license
- Required: No
SnoPerson.getSchema :white_check_mark:
- Type: Snobject.getSchema
- Required: Yes
SnoPerson.addSchema :white_check_mark:
- Type: Snobject.addSchema
- Required: Yes
SnoPerson.validate :white_check_mark:
- Type: Snobject.validate
- Required: Yes
SnoPerson.getDisplay :white_check_mark:
- Type: Snobject.SnoPerson.getDisplay
- Required: Yes
SnoPerson.add :white_check_mark:
- Type: Snobject.SnoPerson.add
- Required: Yes
SnoPerson.list :white_check_mark:
- Type: Snobject.SnoPerson.list
- Required: Yes
SnoPerson.get :white_check_mark:
- Type: Snobject.SnoPerson.get
- Required: Yes
SnoPerson.set :white_check_mark:
- Type: Snobject.SnoPerson.set
- Required: Yes
SnoPerson.del :white_check_mark:
- Type: Snobject.SnoPerson.del
- Required: Yes